Fork me on GitHub
#hugsql
<
2021-02-22
>
jmckitrick16:02:26

Hey all... I'm loving Hugsql but having an issue with my_column ? 'value' not parsing into a jsonb '?' operator. Hugsql sees the '?' and expects a parameter. I've tried one and 2 backslashes before the '?' but still getting similar errors.

curtis.summers16:02:56

@jmckitrick This a JDBC driver issue, and you can escape a question mark with a double question mark: ??

jmckitrick16:02:16

Oh, ok I'll try that. I was just about to try a snippet...

jmckitrick16:02:57

Thanks so much. I'll try that out...