[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6946) Add support for the AS400 (iSeries) system to StandardDialectResolver
Nelson Rodrigues (JIRA)
noreply at atlassian.com
Sat Jan 7 06:01:13 EST 2012
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44998#comment-44998 ]
Nelson Rodrigues commented on HHH-6946:
---------------------------------------
Pull request: https://github.com/hibernate/hibernate-core/pull/245
> Add support for the AS400 (iSeries) system to StandardDialectResolver
> ---------------------------------------------------------------------
>
> Key: HHH-6946
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6946
> Project: Hibernate Core
> Issue Type: Improvement
> Components: core
> Affects Versions: 4.0.0.Final, 3.6.9
> Reporter: Nelson Rodrigues
>
> StandardDialectResolver currently uses the DB2Dialect for the AS400 systems. Hibernate has an DB2400Dialect better suited for this system. Improve StandardDialectResolver to choose this dialect.
> The databaseProductName for this system is DB2 UDB for AS/400, the correct dialect is org.hibernate.dialect.DB2400Dialect
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list