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

Update RunSQL type to include parametrized sql #1015

Merged
merged 2 commits into from
Jun 24, 2022

Conversation

lachtanek
Copy link
Contributor

RunSQL supports parametrized SQLs by passing list of 2-tuples, where first item is the SQL and second item is the list of parameters. Technically, the 2-tuples could also be 2-item lists, but afaik there's no way to type that, so I just went with strictly tuple there.

Related issues

No issue I've found related to this, probably not used that frequently

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sobolevn sobolevn merged commit c020349 into typeddjango:master Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants