sqlite: Fix using.
parent
22178a9475
commit
8b51ddcbe2
|
@ -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 ;
|
||||
|
|
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue