[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5420) introducing new dialect for ms sql server 2008 with jdbc 3.0 and above

Strong Liu (JIRA) noreply at atlassian.com
Tue Jul 27 11:33:35 EDT 2010


introducing new dialect for ms sql server 2008 with jdbc 3.0 and above
----------------------------------------------------------------------

                 Key: HHH-5420
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5420
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
         Environment: ms sql server 2008 with jdbc 3.0
            Reporter: Strong Liu
            Assignee: Strong Liu
             Fix For: 3.6.0.Beta2, 3.5.5


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) | http://go.microsoft.com/fwlink/?LinkId=183664].

and without this dialect, org.hibernate.test.hql.ASTParserLoadingTest and org.hibernate.test.stateless.StatelessSessionTest fail.

-- 
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