Skip to content

Conversation

@nene
Copy link
Collaborator

@nene nene commented Mar 22, 2023

Allow supporting of all kinds of custom parameters like:

SELECT id, fname, age FROM person WHERE lname = {lname} AND age > {age};

or:

SELECT id, fname, age FROM person WHERE lname = %(lname) AND age > %(age);

Fixes #545

@nene nene merged commit 5f5554c into master Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: pyformat param types

2 participants