sqlite: Fix using.

db4
Doug Coleman 2012-08-26 11:57:24 -07:00
parent 22178a9475
commit 8b51ddcbe2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
USING: io io.files io.files.temp io.directories io.launcher
kernel namespaces prettyprint tools.test db.sqlite db sequences
continuations db.types db.tuples unicode.case accessors arrays
sorting layouts ;
sorting layouts math.parser ;
IN: db.sqlite.tests
: db-path ( -- path ) "test-" cell number>string ".db" 3append temp-file ;

View 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 math.parser ;
db.errors.sqlite ;
IN: db.sqlite
TUPLE: sqlite-db path ;