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

toString method on PgJsonExpression class #109

Closed albertop19 closed 6 years ago

albertop19 commented 6 years ago

Custom toString method to get the WHERE clause generated in this criterion

ilopmar commented 6 years ago

Thanks for the PR. Why do you need the where clause generated? How do you plan to use it?

albertop19 commented 6 years ago

I need the WHERE clause correctly formed to pass it as a parameter to a function declared in my postgres

ilopmar commented 6 years ago

Thank you very much for your contribution. Included in version 5.2.0