Postgres ARRAY and sql template proper syntax
Hello there !
I have a where clause in a query that looks like this :
I can't figure out a nice way to pass something to that array.
AFAIK the only think that works is to
.join()
the string and manually do :
Is there a nicer way ?
If that's the way, I'm happy to add that to the docs, because it took a lot of fiddling to figure out.0 Replies