[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-3686) Sybase - QueryCacheTest.testQueryCacheInvalidation fails
Gail Badner (JIRA)
noreply at atlassian.com
Tue Jan 6 05:31:38 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gail Badner updated HHH-3686:
-----------------------------
Description:
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().
was:
By default, Sybase string comparisons are case-insensitive. It can be configured to be case-insensitive.
It may be possible to determine which is configured by looking at DatabaseMetaData to return the appropriate value for SybaseDialect.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: Gail Badner
>
> 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