[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3624) DialectFactory needs DB2/NT64 adding to the MAPPERS Map

Strong Liu (JIRA) noreply at atlassian.com
Thu Dec 17 17:13:29 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34976#action_34976 ] 

Strong Liu commented on HHH-3624:
---------------------------------

dont know much about this issue, but I checked https://anonsvn.jboss.org/repos/hibernate/core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/dialect/resolver/StandardDialectResolver.java

------
	if ( databaseName.startsWith( "DB2/" ) ) {
			return new DB2Dialect();
		}
------

is it what you want?

> DialectFactory needs DB2/NT64 adding to the MAPPERS Map
> -------------------------------------------------------
>
>                 Key: HHH-3624
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3624
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: mike wray
>            Priority: Minor
>
> DialectFactory needs DB2/NT64 adding to the MAPPERS Map.
> ie
> MAPPERS.put( "DB2/NT64", new VersionInsensitiveMapper( "org.hibernate.dialect.DB2Dialect" ) );
>                         

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