From 3d8f77ca56f599fd8df83188e57e41328b4ac15b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 3 Feb 2010 12:25:55 -0600 Subject: [PATCH] ERROR:s is immutable now, so don't use it in db --- basis/db/errors/errors.factor | 2 +- basis/db/errors/postgresql/postgresql.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/db/errors/errors.factor b/basis/db/errors/errors.factor index 23e88ea940..23dae627ac 100644 --- a/basis/db/errors/errors.factor +++ b/basis/db/errors/errors.factor @@ -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 ; diff --git a/basis/db/errors/postgresql/postgresql.factor b/basis/db/errors/postgresql/postgresql.factor index 3cd0909288..9f64a27873 100644 --- a/basis/db/errors/postgresql/postgresql.factor +++ b/basis/db/errors/postgresql/postgresql.factor @@ -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 EBNF: parse-postgresql-line-error