Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom paramTypes config #582

Merged
merged 3 commits into from
Mar 22, 2023
Merged

Custom paramTypes config #582

merged 3 commits into from
Mar 22, 2023

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
1 participant