You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ba...@apache.org on 2004/11/04 22:50:40 UTC

svn commit: rev 56620 - incubator/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile

Author: bandaram
Date: Thu Nov  4 13:50:39 2004
New Revision: 56620

Modified:
   incubator/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
Log:
Derby-54: Make RETAIN a non-reserved keyword

Modified: incubator/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
==============================================================================
--- incubator/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj	(original)
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj	Thu Nov  4 13:50:39 2004
@@ -11389,6 +11389,7 @@
 	|	tok = <REFERENCING>
         |       tok = <RESET>
 	|	tok = <RESULT>
+	|	tok = <RETAIN>
 	|	tok = <RETURNS>
 	|	tok = <ROW>
 //	|	tok = <ROW_COUNT>