Changeset: dca09b129a93 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dca09b129a93
Modified Files:
sql/server/rel_schema.c
Branch: sciql
Log Message:
minor changes in the error message
diffs (12 lines):
diff --git a/sql/server/rel_schema.c b/sql/server/rel_schema.c
--- a/sql/server/rel_schema.c
+++ b/sql/server/rel_schema.c
@@ -597,7 +597,7 @@
tname = ctype->type->sqlname;
len = strlen(tname);
if(tname[len-3] != 'i' ||
tname[len-2] != 'n' || tname[len-1] != 't') {
- sql_error(sql, 02, "%s
ARRAY: syntax short cut [size] only allowed for int typed dimensions, dimension
column '%s' has type \"%s\"\n", (alter)?"ALTER":"CREATE", cname, tname);
+ sql_error(sql, 02, "%s
ARRAY: syntax short cut '[size]' only allowed for int typed dimensions,
dimension column \"%s\" has type \"%s\"\n", (alter)?"ALTER":"CREATE", cname,
tname);
return SQL_ERR;
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list