FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-118928: sqlite3: disallow sequences of params with named placeholders by erlend-aasland · Pull Request #118929 · python/cpython · GitHub

/ cpython Public

gh-118928: sqlite3: disallow sequences of params with named placeholders - #118929

Merged
erlend-aasland merged 8 commits into
python:mainfrom
erlend-aasland:sqlite/incorrectly-bound-params
May 14, 2024
Merged

gh-118928: sqlite3: disallow sequences of params with named placeholders#118929
erlend-aasland merged 8 commits into
python:mainfrom
erlend-aasland:sqlite/incorrectly-bound-params

Conversation

erlend-aasland commented May 10, 2024
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown
Contributor Author

cc. @felixxm

Copy link
Copy Markdown
Contributor Author

@hugovk, would you mind taking a look at the What's New entry?

Comment thread Doc/whatsnew/3.14.rst
Comment thread Doc/whatsnew/3.14.rst Outdated
erlend-aasland and others added 2 commits May 11, 2024 16:43
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

Copy link
Copy Markdown
Contributor Author

Thanks, Hugo!

felixxm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@erlend-aasland Thanks 👍

Copy link
Copy Markdown
Contributor Author

Thanks, Mariusz!

Copy link
Copy Markdown
Contributor Author

Thanks, Serhiy. I made the diff slightly nicer with 642015e. Enabling auto-merge.

erlend-aasland enabled auto-merge (squash) May 14, 2024 15:50
erlend-aasland merged commit d8e0e00 into python:main May 14, 2024
erlend-aasland deleted the sqlite/incorrectly-bound-params branch May 14, 2024 16:10
erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request May 20, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request 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 <1324225+hugovk@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

sqlite3: disallow using a sequence of params with named placeholders

4 participants


Back | FazBrowse Home | New Git URL