-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
sqlite3: disallow using a sequence of params with named placeholders #118928
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
Labels
Comments
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 10, 2024
…ceholders Follow-up of pythongh-101693.
erlend-aasland
added a commit
that referenced
this issue
May 14, 2024
…ers (#118929) Follow-up of gh-101693. The previous DeprecationWarning is replaced with raising sqlite3.ProgrammingError. Co-authored-by: Hugo van Kemenade <[email protected]>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 20, 2024
…sed with named placeholders Fix up post pythongh-118929.
erlend-aasland
added a commit
that referenced
this issue
May 20, 2024
…th named placeholders (#119197)
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 20, 2024
The regression was never part of an official release.
erlend-aasland
added a commit
that referenced
this issue
May 20, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…ceholders (python#118929) Follow-up of pythongh-101693. The previous DeprecationWarning is replaced with raising sqlite3.ProgrammingError. Co-authored-by: Hugo van Kemenade <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…sed with named placeholders (python#119197)
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
The regression in d8e0e00 was never part of an official release.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature or enhancement
Follow-up of...:
3.14 dev is now opened, so let's convert the deprecation warning to a programming error sooner than later.
Linked PRs
The text was updated successfully, but these errors were encountered: