Closed shenyifu closed 1 year ago
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.
?
it do not support placeholder in sql like
the response now is
at or near "?": syntax error