-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP09
-
None
-
MS SQL SERVER 2008 with jdbc 3.0 driver
-
Release Notes
-
Workaround Exists
-
-
Dialect <code>org.hibernate.dialect.SQLServer2008Dialect</code> has been added to Hibernate, to address changes to the Microsoft SQL dialect introduced in Microsoft SQL Server version 2008.
-
Documented as Resolved Issue
-
ON_QA
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5420
with the new released jdbc 3.0 driver of ms sql server 2008, there are something in the date type changed.
The Microsoft SQL Server JDBC Driver 3.0 now supports the following SQL Server data types:
time
date
datetime2
datetimeoffset
For more information about these SQL Server types, see Date and Time Data Types and Functions (Transact-SQL) .
and without this dialect, org.hibernate.test.hql.ASTParserLoadingTest and org.hibernate.test.stateless.StatelessSessionTest fail.
-------
For EAP 4.3 CP09, the following tests are failing:
- ComponentTest.testComponentStateChangeAndDirtiness
- DynamicFilterTest.testHQLSubqueryWithFilters
- SQLFunctionsTest.testBroken
- SQLLoaderTest.testTS
- blocks
-
JBPAPP-5383 Investigate Core failures for MSSQL 2008
- Closed