Add support for detached criterias
cleydsonjr opened this issue · 0 comments
cleydsonjr commented
It would be nice to be able to do queries such as:
def result = Like.where {
pgArrayContains 'favoriteNumbers', numbers
}.get()
cleydsonjr opened this issue · 0 comments
It would be nice to be able to do queries such as:
def result = Like.where {
pgArrayContains 'favoriteNumbers', numbers
}.get()