[hibernate-issues] [Hibernate-JIRA] Created: (HBX-776) JDBCMetaDataDialect should handle casing according to the underlying db

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Wed Oct 11 08:50:25 EDT 2006


JDBCMetaDataDialect should handle casing according to the underlying db
-----------------------------------------------------------------------

         Key: HBX-776
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-776
     Project: Hibernate Tools
        Type: Improvement

  Components: reverse-engineer  
    Versions: 3.2beta8    
    Reporter: Max Rydahl Andersen
     Fix For: 3.2beta9


currently JDBCMetaDataDialect lookup tables, columns etc. verbatim even though the db might not support mixedcase lookups (e.g. "Category" instead of "CATEGORY" when db stores identifiers in uppercase)

we should contact DatabaseMetaData to do proper casing.

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