-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
Maybe I missed something, but I think placeholders are not yet supported and cannot be parsed. I would like to ask if this could be added.
Ideally, with few extensions than a regular parser:
- In regular SQL queries, only SELECT, INSERT, UPDATE queries can have placeholders. But for my use case it would be great if also other statements can have them, like
CREATE VIEW
which takes a query, and that one could have placeholders, becauseCREATE VIEW
is specially processed in my case. (See Document SQL syntax used mit-pdos/noria#142 for more information.) - Common SQL databases support position-based placeholders, I would love it some way of having keyword-based ones could be added. This then maps very well to how one can provide values with a dict structure instead of position.
Metadata
Metadata
Assignees
Labels
No labels