Replies: 2 comments 1 reply
-
The below is the query log from postgres for the bad query showing the first parameter as 'f'
|
Beta Was this translation helpful? Give feedback.
0 replies
-
solved it like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just started using this library and while I'm having good results with simpler queries, I wasn't able to get the below code working - when there are predicates present, no rows are returned:
It works with this literal string:
Debug log line for the non-working query:
and the working one:
I have gone through the README, including the sections
Building queries
andQuick primer on interpolation
and still couldn't get this working. I'd appreciate your help!Beta Was this translation helpful? Give feedback.
All reactions