Replies: 1 comment
-
Hey there, we have a section about how to create a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Quarkus 3.1.2, and I need to add support for the postgres regex operator
~
. The default JPA integration allows me to have raw SQL at some point, which I use for this case. However, I cannot find any mention of this in the documentation.I tried this:
And I get an error about the
~
operand.Can I have some pointers on how to add support for the ~ operator with postgres, either by using JPQL Functions?
Beta Was this translation helpful? Give feedback.
All reactions