ERROR:s is immutable now, so don't use it in db
parent
229a956593
commit
3d8f77ca56
|
@ -4,7 +4,7 @@ USING: accessors kernel continuations fry words ;
|
||||||
IN: db.errors
|
IN: db.errors
|
||||||
|
|
||||||
ERROR: db-error ;
|
ERROR: db-error ;
|
||||||
ERROR: sql-error location ;
|
TUPLE: sql-error location ;
|
||||||
|
|
||||||
ERROR: bad-schema ;
|
ERROR: bad-schema ;
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ PostgresqlSqlError = (TableError | FunctionError | SyntaxError | UnknownError)
|
||||||
;EBNF
|
;EBNF
|
||||||
|
|
||||||
|
|
||||||
ERROR: parse-postgresql-location column line text ;
|
TUPLE: parse-postgresql-location column line text ;
|
||||||
C: <parse-postgresql-location> parse-postgresql-location
|
C: <parse-postgresql-location> parse-postgresql-location
|
||||||
|
|
||||||
EBNF: parse-postgresql-line-error
|
EBNF: parse-postgresql-line-error
|
||||||
|
|
Loading…
Reference in New Issue