Skip to content

Commit c4775e8

Browse files
committed
Fixed Hibernate dialect for PostgreSQL.
1 parent 3559e01 commit c4775e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
<profile>
12321232
<id>postgresql</id>
12331233
<properties>
1234-
<hibernate.dialect>org.hibernate.dialect.Postgres9Dialect</hibernate.dialect>
1234+
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
12351235
<jdbc.groupId>postgresql</jdbc.groupId>
12361236
<jdbc.artifactId>postgresql</jdbc.artifactId>
12371237
<jdbc.version>9.1-901-1.jdbc4</jdbc.version>

0 commit comments

Comments
 (0)