[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3686?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira