X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fdb%2Ftuples%2Ftuples.factor;h=e620f34286f8ebd2ff65dbf6d012e2a888aca0e2;hp=bb8000828b7485194f0bc70b6224f7e998b93efb;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/db/tuples/tuples.factor b/basis/db/tuples/tuples.factor index bb8000828b..e620f34286 100644 --- a/basis/db/tuples/tuples.factor +++ b/basis/db/tuples/tuples.factor @@ -1,11 +1,9 @@ ! Copyright (C) 2008 Doug Coleman. ! Copyright (C) 2018 Alexander Ilin. ! See http://factorcode.org/license.txt for BSD license. -USING: arrays assocs classes db kernel namespaces -classes.tuple words sequences slots math accessors -math.parser io prettyprint continuations -destructors mirrors sets db.types db.private fry -combinators.short-circuit db.errors ; +USING: accessors assocs classes classes.tuple +combinators.short-circuit continuations db db.errors db.types +destructors kernel math.parser namespaces sequences sets words ; IN: db.tuples HOOK: create-sql-statement db-connection ( class -- object )