shenyifu opened this issue a year ago · 1 comments
it do not support placeholder in sql like
select * from users where username = ?
the response now is at or near "?": syntax error
at or near "?": syntax error
sqlfmt supports postgres syntax. ? is not a valid postgres placeholder.
?