danieljoeblack

Results 2 comments of danieljoeblack

Hit this issue looking for a way to search a JSON column in a domain object. I was able to use HQL with JSON_EXTRACT to achieve this: ``` Domain.executeQuery(""" select...

Hit this issue looking for a way to search a JSON column in a domain object. I was able to use HQL with JSON_EXTRACT to achieve this: ``` Domain.executeQuery(""" select...