]> gitweb.factorcode.org Git - factor.git/commitdiff
db.sqlite: Fix using.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Aug 2012 08:20:06 +0000 (01:20 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Aug 2012 08:20:06 +0000 (01:20 -0700)
basis/db/sqlite/sqlite.factor

index e09d7fbc47a773438784c74d8079481458d44774..4b0c187220b1661251f86eb0fbf1cac51618c56d 100644 (file)
@@ -7,7 +7,7 @@ db.sqlite.lib db.sqlite.ffi db.tuples words db.types combinators
 math.intervals io locals nmake accessors vectors math.ranges random
 math.bitwise db.queries destructors db.tuples.private interpolate
 io.streams.string make db.private sequences.deep
-db.errors.sqlite ;
+db.errors.sqlite math.parser ;
 IN: db.sqlite
 
 TUPLE: sqlite-db path ;