X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fdb%2Fpostgresql%2Ferrors%2Ferrors.factor;h=133223ef40f7f90bdbc6a54bc76ddef5c7434913;hp=7fa94f8055733c53c754f7344574239c5992be27;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/db/postgresql/errors/errors.factor b/basis/db/postgresql/errors/errors.factor index 7fa94f8055..133223ef40 100644 --- a/basis/db/postgresql/errors/errors.factor +++ b/basis/db/postgresql/errors/errors.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel db.errors peg.ebnf strings sequences math -combinators.short-circuit accessors math.parser quoting -locals multiline ; +USING: accessors db.errors kernel math math.parser multiline +peg.ebnf quoting sequences strings ; IN: db.postgresql.errors EBNF: parse-postgresql-sql-error [=[