crysalead-js / sql-dialect

SQL Builder
MIT License
6 stars 2 forks source link

Array quoting #10

Closed esatterwhite closed 4 years ago

esatterwhite commented 4 years ago

It looks like the array conversion is incorrect. Is correctly wrapping it in braces, but It needs to be a single quoted string

Incorrect

{test}

vs

Correct

'{test}'
jails commented 4 years ago

Good catch :+1:, fixed in https://github.com/crysalead-js/sql-dialect/commit/2340cce851a84652e286a97374965d0b6965467f