[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3686) Sybase - QueryCacheTest.testQueryCacheInvalidation fails

strong liu (JIRA) noreply at atlassian.com
Thu Aug 6 04:44:12 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33717#action_33717 ] 

strong liu commented on HHH-3686:
---------------------------------

yes, I'd think dialects should not use DatabaseMetaData directly
for now, I simply return the default( true for Sybase) in the Dialect.areStringComparisonsCaseInsensitive() 

> Sybase - QueryCacheTest.testQueryCacheInvalidation fails
> --------------------------------------------------------
>
>                 Key: HHH-3686
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3686
>             Project: Hibernate Core
>          Issue Type: Bug
>            Reporter: Gail Badner
>            Assignee: strong liu
>
> QueryCacheTest.testQueryCacheInvalidation fails because SybaseDialect.areStringComparisonsCaseInsensitive(). returns false and the test machine is actually configured for case-insensitive string comparisons.
> By default, Sybase string comparisons are case-insensitive.
> It may be possible to determine which is configured by looking at DatabaseMetaData to return the appropriate value for SybaseDialect.areStringComparisonsCaseInsensitive().

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