oguimbal/pgsql-ast-parser

what do i do about placeholders?

Closed this issue · 1 comments

this was the first query i tried:

SELECT * FROM users where id in (?, ?, ?)

since, of course, we never exec queries in raw form, so this is what comes through in logs, code, hooks, that im using the parser for.

do i have to inject my real data, escaped to get it to parse?

ok, i realized i was looking at sqlite syntax, not pg!