Skip to content

Commit

Permalink
FORGE-2659: Adds the updated PostgreSQL82Dialect for postrgres
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6C38 authored and gastaldi committed Jun 19, 2016
1 parent 2f44ccd commit e94e45a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public enum HibernateDialect {
DB2_AS400("DB2 AS/400", "org.hibernate.dialect.DB2400Dialect"),
DB2_OS390("DB2 OS390", "org.hibernate.dialect.DB2390Dialect"),
POSTGRESQL("PostgreSQL", "org.hibernate.dialect.PostgreSQLDialect"),
POSTGRESQL82("PostgreSQL82","org.hibernate.dialect.PostgreSQL82Dialect"),
MICROSOFT_SQL_SERVER_2000("Microsoft SQL Server 2000", "org.hibernate.dialect.SQLServerDialect"),
MICROSOFT_SQL_SERVER_2005("Microsoft SQL Server 2005", "org.hibernate.dialect.SQLServer2005Dialect"),
MICROSOFT_SQL_SERVER_2008("Microsoft SQL Server 2008", "org.hibernate.dialect.SQLServer2008Dialect"),
Expand Down Expand Up @@ -60,4 +61,4 @@ public static HibernateDialect fromClassName(String className) {
return null;
}

}
}

0 comments on commit e94e45a

Please sign in to comment.