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 hstore "left contain" operator #17

Closed ilopmar closed 10 years ago

ilopmar commented 10 years ago

From: http://www.postgresql.org/docs/9.2/static/hstore.html

hstore @> hstore does left operand contain right?

ilopmar commented 10 years ago

Closed with PR #15