]> gitweb.factorcode.org Git - factor.git/commitdiff
db2: fix usings
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 19 Jan 2022 02:11:36 +0000 (20:11 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 19 Jan 2022 02:11:36 +0000 (20:11 -0600)
basis/postgresql/db2/result-sets/result-sets.factor
basis/sqlite/db2/errors/errors.factor

index e38485e0fda1a0fe38652656900f18c1c4af3c26..8e99f4dcb96d45da4596fcf1a6fb6d4dff3f6f31 100644 (file)
@@ -1,13 +1,12 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.data arrays
-calendar.format combinators db2.binders db2.connections db2.errors
-db2.result-sets db2.statements db2.types db2.utils destructors
-io.encodings.utf8 kernel libc math namespaces
-postgresql.db2.connections postgresql.db2.connections.private
-postgresql.db2.ffi postgresql.db2.lib postgresql.db2.statements
-postgresql.db2.types present sequences serialize
-specialized-arrays urls strings orm.binders ;
+USING: accessors alien.c-types alien.data arrays calendar.format
+calendar.parser combinators db2.binders db2.connections
+db2.errors db2.result-sets db2.types db2.utils destructors
+io.encodings.utf8 kernel libc math namespaces orm.binders
+postgresql.db2.connections.private postgresql.db2.ffi
+postgresql.db2.lib present sequences serialize
+specialized-arrays strings urls ;
 IN: postgresql.db2.result-sets
 SPECIALIZED-ARRAY: uint
 SPECIALIZED-ARRAY: void*
index eead49ea11e964cd7100246952a336358268db43..b20dc209638571bdc63b15787a0a5c6c5a9f315e 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors combinators db2.connections db2.errors
-sqlite.db2.ffi kernel locals namespaces peg.ebnf sequences
+USING: accessors combinators db2.connections db2.errors kernel
+locals multiline namespaces peg.ebnf sequences sqlite.db2.ffi
 strings ;
 IN: sqlite.db2.errors