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 is contained" operator #18

Closed ilopmar closed 10 years ago

ilopmar commented 10 years ago

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

hstore <@ hstore is left operand contained in right?

ilopmar commented 10 years ago

Closed with PR #15