raw SQL expressions should support passing array of binds
tanner0101 opened this issue · 1 comments
tanner0101 commented
placeholder such as ?
and $1
may be used in raw sql expressions. There should be a way to replace these with proper binds without needing to serialize the values directly into the string.
tanner0101 commented
Fixed in #45