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 "exists" operator #16

Closed ilopmar closed 10 years ago

ilopmar commented 10 years ago

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

exist(hstore,text) does hstore contain key?

ilopmar commented 10 years ago

Closed with PR #15