You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Miłosz Pigłas (JIRA)" <ji...@apache.org> on 2013/06/08 19:02:20 UTC

[jira] [Created] (CAY-1833) SQL keyword 'VALUE' used as table's attribute name in test case

Miłosz Pigłas created CAY-1833:
----------------------------------

             Summary: SQL keyword 'VALUE' used as table's attribute name in test case
                 Key: CAY-1833
                 URL: https://issues.apache.org/jira/browse/CAY-1833
             Project: Cayenne
          Issue Type: Bug
          Components: Database integration
         Environment: Debian 7.0, OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-1), Firebird-2.5 super
            Reporter: Miłosz Pigłas
            Priority: Trivial


Test case  tries to create table CLOB_TEST_RELATION with command 
"CREATE TABLE CLOB_TEST_RELATION (ID INTEGER NOT NULL, ID_CLOB INTEGER NOT NULL, VALUE INTEGER, PRIMARY KEY (ID))" 

Third attribute's name 'VALUE' is SQL language keyword. FirebirdSQL can't create table, where attribute's name is keyword.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira