Incorrect syntax for modifying columns in Derby
-----------------------------------------------
Key: DDLUTILS-53
URL: http://issues.apache.org/jira/browse/DDLUTILS-53
Project: DdlUtils
Type: Bug
Reporter: Konstantinos Stathatos
Assigned to: Thomas Dudziak
The SQL DdlUtils generates for modifying a column in Derby 10.1 seems
incorrect. specifically it cxreates statements like
ALTER TABLE "coltype"
MODIFY "COL_FLOAT" DOUBLE PRECISION;
According to the documentation the correct syntax would have to be
ALTER TABLE "coltype"
ALTER "COL_FLOAT" SET DATA TYPE DOUBLE PRECISION;
--
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