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