Replies: 1 comment
-
The answer is, that you can get the final literal from the dataset: ds.literal(Sequel.lit("(ids && ?)", Sequel.pg_array([1, 2, 3]))) # returns (ids && ARRAY[1, 2, 3]) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I want to get the final expression from a
Sequel::SQL::PlaceholderLiteralString
. How is this possible?I.e.
Thanks and best regards
Beta Was this translation helpful? Give feedback.
All reactions