kaleidos / grails-postgresql-extensions

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

Support Criterias to work with DetachedCriteria ? #119

Closed abcfy2 closed 5 years ago

abcfy2 commented 5 years ago

Like this:

Domain.withCriteria {
    pgArrayContains 'field' 'contains'
}

I think it's cool.

ilopmar commented 5 years ago

Duplicates #103