[ http://issues.apache.org/jira/browse/DERBY-139?page=comments#action_58843 ] Daniel John Debrunner commented on DERBY-139: ---------------------------------------------
Fixed in the trunk New Revision: 153095 URL: http://svn.apache.org/viewcvs?view=rev&rev=153095 Log: Fix Derby-139 - remove LOCAL as a SQL reserved word. Modified: incubator/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/identifier.out incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/identifier.sql > LOCAL as a reserved keyword does not match other databases > ---------------------------------------------------------- > > Key: DERBY-139 > URL: http://issues.apache.org/jira/browse/DERBY-139 > Project: Derby > Type: Bug > Components: SQL > Versions: 10.0.2.1 > Reporter: Daniel John Debrunner > Assignee: Daniel John Debrunner > Fix For: 10.0.2.2 > > While the SQL standard mandates LOCAL as a reserved keyword, most other > databases such as Oracle, SQL Server, MySQL and DB2 do not enforce it. > Derby enforces this and limits application migration to Derby. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
