ERROR:s is immutable now, so don't use it in db

db4
Doug Coleman 2010-02-03 12:25:55 -06:00
parent 229a956593
commit 3d8f77ca56
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ USING: accessors kernel continuations fry words ;
IN: db.errors
ERROR: db-error ;
ERROR: sql-error location ;
TUPLE: sql-error location ;
ERROR: bad-schema ;

View File

@ -34,7 +34,7 @@ PostgresqlSqlError = (TableError | FunctionError | SyntaxError | UnknownError)
;EBNF
ERROR: parse-postgresql-location column line text ;
TUPLE: parse-postgresql-location column line text ;
C: <parse-postgresql-location> parse-postgresql-location
EBNF: parse-postgresql-line-error