kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 62 forks source link

PostgreSQLDialect deprecated #55

Closed mdbishop closed 9 years ago

mdbishop commented 9 years ago

Just wanted to point out that (at least in Hibernate4) PostgreSQL81Dialect seems to be the base Dialect for Postgres with PostgreSQLDialect deprecated.

Will leave it to you to decide if this has any practical effect in the medium term but just wanted to flag it.

ilopmar commented 9 years ago

Hi!

In the master branch (which uses Hibernate4) we're using PostgreSQL81Dialect https://github.com/kaleidos/grails-postgresql-extensions/blob/master/src/java/net/kaleidos/hibernate/PostgresqlExtensionsDialect.java#L16

In the 3.x branch we're using PostgreSQLDialect which I think is not deprecated for Hibernate3.