db: Fix using list for walker.
parent
a861c4c732
commit
3eb6e55ae4
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: classes kernel help.markup help.syntax sequences
|
||||
alien assocs strings math quotations db.private ;
|
||||
USING: alien assocs classes db.private help.markup help.syntax
|
||||
kernel math quotations sequences strings ;
|
||||
IN: db
|
||||
|
||||
HELP: db-connection
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays assocs classes continuations destructors kernel math
|
||||
namespaces sequences classes.tuple words strings
|
||||
tools.walker accessors combinators fry db.errors ;
|
||||
USING: accessors assocs continuations destructors fry kernel
|
||||
namespaces sequences strings ;
|
||||
IN: db
|
||||
|
||||
TUPLE: db-connection
|
||||
|
|
Loading…
Reference in New Issue