Create Table should use quotes to handle columns named with db-specific
reserved words
--------------------------------------------------------------------------------------
Key: DDLUTILS-15
URL: http://issues.apache.org/jira/browse/DDLUTILS-15
Project: DdlUtils
Type: Bug
Environment: all
Reporter: dan meany
Assigned to: Thomas Dudziak
For example in Derby
create table test (system_user integer);
fails, but
create table test ("system_user" integer);
succeeds.
Reserved words vary by database - "plan" is a reserved word in Sybase but not
Derby, and "function" is a reserved word in Derby but not Sybase. Quoting all
column names would handle all the cases.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira