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

Add support for detached criterias #103

Open cleydsonjr opened 7 years ago

cleydsonjr commented 7 years ago

It would be nice to be able to do queries such as:

def result = Like.where {
    pgArrayContains 'favoriteNumbers', numbers
}.get()