Bug 983072

Summary: Add missing Hibernate SQL dialects to the Development guide
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Zbyněk Roubalík <zroubali>
Component: DocumentationAssignee: Lucas Costi <lcosti>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: lcosti, myarboro
Target Milestone: GA   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build: CSProcessor Builder Version 1.11 Build Name: 11864, Development Guide-6.1-4 Build Date: 10-07-2013 10:14:07 Topic ID: 7452-369030 [Specified]
Last Closed: 2013-12-15 16:20:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Zbyněk Roubalík 2013-07-10 12:28:57 UTC
Title: Hibernate SQL Dialects

Describe the issue:
The table is missing some Hibernate dialects for supported databases. Could you please add them?

* Postgres Plus Advanced Server    org.hibernate.dialect.PostgresPlusDialect
* Microsoft SQL Server 2012        org.hibernate.dialect.SQLServer2008Dialect

Comment 1 Zbyněk Roubalík 2013-07-10 12:34:02 UTC
Please, add these as well:

* PostgreSQL 9.2     org.hibernate.dialect.PostgreSQL82Dialect
* Sybase 15.7        org.hibernate.dialect.SybaseASE157Dialect

Comment 6 Lucas Costi 2013-10-29 05:07:36 UTC
I have added the rows as suggested, as well as resorted the table alphabetically.

Changes made to topic 7542, revision 549391

The changes will be reflected in the next document build, and the status will be changed to ON_QA when it is ready for review.

Comment 8 Zbyněk Roubalík 2013-11-18 10:07:15 UTC
Verified.