]
Lukasz Antoniak resolved HHH-6728.
----------------------------------
Resolution: Fixed
Fix Version/s: 4.1.4
SQLServer2005Dialect - Paging doesn't work with UPPERCASE colums
in a case sensitive database
---------------------------------------------------------------------------------------------
Key: HHH-6728
URL:
https://hibernate.onjira.com/browse/HHH-6728
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 3.6.7, 4.0.0.CR4
Environment: MS SQL Server 2008 with Latin1_General_CS_AS collation
Reporter: Andrei Zaitsev
Assignee: Lukasz Antoniak
Fix For: 4.1.4
Attachments: H6728Test.java
SQLServer2005Dialect changes the original query in getLimitString() to lowercase. That
leads to SQLGrammarExcepton with case sensitive collation and not-lowercase table and
column names.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: