[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6828) BasicOperationsTest does not take into account that databases can treat identifers differently when it come to lower or upper case

Hardy Ferentschik (JIRA) noreply at atlassian.com
Thu Nov 17 11:46:19 EST 2011


BasicOperationsTest does not take into account that databases can treat identifers differently when it come to lower or upper case
----------------------------------------------------------------------------------------------------------------------------------

                 Key: HHH-6828
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6828
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 4.0.0.CR6
            Reporter: Hardy Ferentschik
            Assignee: Hardy Ferentschik
             Fix For: 4.0.0.next


_BasicOperationsTest_ fails for example under PostgreSQL, because the table and column names are passed upper cased to _DatabaseMetaData.getColumns_. In PostgreSQL, however, they need to be lower case.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list