[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3624?page=c...
]
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_C...
------
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira