Replies: 1 comment 1 reply
-
In this case you should escape the initial psql.Raw("image.info -> 'panoramic' @\? '$.imageId ? (?)'", "...") |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm trying to build following query:
In this query i use json operators with question sign.
In my code i use psql.Raw:
Howewer only my last '?' is an actual placeholder and i'm getting this error:
Bad Statement: has 3 placeholders but 1 args: image.info -> 'panoramic' @? '$.imageId ? (?)'
How can i build this query with bob?
Beta Was this translation helpful? Give feedback.
All reactions