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

Implement "equals" operator #3

Closed ilopmar closed 10 years ago

ilopmar commented 11 years ago

http://www.postgresql.org/docs/9.2/static/functions-array.html#ARRAY-OPERATORS-TABLE

ilopmar commented 11 years ago

Postponed due to some problems with "=" with arrays. The query is the same but if we run it from psql it works but from the plugin it doesn't work.