Issue Type: Improvement Improvement
Affects Versions: 4.0.1
Assignee: Unassigned
Components: core
Created: 13/Aug/12 1:31 PM
Description:

There is a switch case at class StandardDialectResolver for MS SQL Server that validates major versions from 8 to 10, but the 2012 version of SQL Server returns 11 as major version, so the wrong dialect is selected.

Solution:
case 10:
case 11:
return new SQLServer2008Dialect();

Project: Hibernate ORM
Priority: Major Major
Reporter: Glaucio Scheibel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira