Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-118928: sqlite3: disallow sequences of params with named placeholders#118929
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-118928: sqlite3: disallow sequences of params with named placeholders#118929
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ceholdersFollow-up ofpythongh-101693.
cc.@felixxm |
@hugovk, would you mind taking a look at the What's New entry? |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Library/2024-05-10-22-36-01.gh-issue-118928.IW7Ukv.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Thanks, Hugo! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@erlend-aasland Thanks 👍
Thanks, Mariusz! |
Thanks, Serhiy. I made the diff slightly nicer with642015e. Enabling auto-merge. |
…sed with named placeholdersFix up postpythongh-118929.
…ceholders (python#118929)Follow-up ofpythongh-101693. The previous DeprecationWarning is replaced with raising sqlite3.ProgrammingError.Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Follow-up ofgh-101693.
📚 Documentation preview 📚:https://cpython-previews--118929.org.readthedocs.build/