Skip to content

Commit 1c5725d

Browse files
committed
Remove custom Cockroach dialect
1 parent 79d7a69 commit 1c5725d

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

java/hibernate/src/main/java/com/cockroachlabs/dialect/CockroachDialect.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

java/hibernate/src/main/resources/hibernate.cfg.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<property name="connection.pool_size">1</property>
1818

1919
<!-- SQL dialect -->
20-
<property name="dialect">com.cockroachlabs.dialect.CockroachDialect</property>
21-
<!--<property name="dialect">org.hibernate.dialect.PostgreSQL94Dialect</property>-->
20+
<property name="dialect">org.hibernate.dialect.PostgreSQL94Dialect</property>
2221

2322
<!-- Echo all executed SQL to stdout -->
2423
<property name="show_sql">true</property>

0 commit comments

Comments
 (0)