vapor/sql-kit

raw SQL expressions should support passing array of binds

tanner0101 opened this issue · 1 comments

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.

Fixed in #45