[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-319) Database keyword in model SnowStorm causes failure

Juraci Paixao Krohling (JIRA) noreply at atlassian.com
Thu Dec 4 04:55:16 EST 2008


Database keyword in model SnowStorm causes failure
--------------------------------------------------

                 Key: HSEARCH-319
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-319
             Project: Hibernate Search
          Issue Type: Bug
         Environment: Test cases which uses SnowStorm model, running on Oracle (9i or 10g)
            Reporter: Juraci Paixao Krohling
            Assignee: Juraci Paixao Krohling
         Attachments: SnowStorm.diff

The model uses a property named "date", which is a reserved keyword for Oracle. The attached patch adds a @Column annotation to it, specifying the table name as "xdate". It can be applied to both Branch_3_0_1_GA_CP and trunk. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list