maddyblue/sqlfmt

support placeholder

shenyifu opened this issue · 1 comments

it do not support placeholder in sql
like

select * from users where username = ?

the response now is at or near "?": syntax error

sqlfmt supports postgres syntax. ? is not a valid postgres placeholder.