Hello!
Earlier in this discussion, it was mentioned that casting to text stops working when migrating to Hibernate version 6.6+ #168. I updated the version to 6.0.26, but nothing changed.
A query like verified=like=true generated the following SQL:
... where ec1_0.verified like ? escape '' ...
Could you please let me know when this will be fixed and the casting will work for Hibernate 6.6+?