[hibernate-issues] [Hibernate-JIRA] Created: (HBX-961) invalid column name in H2MetaDataDialect getSuggestedPrimaryKeyStrategyName query

Dan Allen (JIRA) noreply at atlassian.com
Sun Jul 15 00:17:52 EDT 2007


invalid column name in H2MetaDataDialect getSuggestedPrimaryKeyStrategyName query
---------------------------------------------------------------------------------

                 Key: HBX-961
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-961
             Project: Hibernate Tools
          Issue Type: Bug
          Components: reverse-engineer
    Affects Versions: 3.2beta10
         Environment: H2, version: 1.0 (2007-06-17)
            Reporter: Dan Allen


There is an invalid column name used in the query to get the primary keys for a table.  The query uses the column name TABLE_CATNAME but the appropriate name of the column is TABLE_CATALOG.  A patch is supplied.

-- 
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