Skip to content

Commit

Permalink
[3.10] pythongh-79579: Improve DML query detection in sqlite3 (python…
Browse files Browse the repository at this point in the history
…GH-93623)

The fix involves using pysqlite_check_remaining_sql(), not only to check
for multiple statements, but now also to strip leading comments and
whitespace from SQL statements, so we can improve DML query detection.

pysqlite_check_remaining_sql() is renamed lstrip_sql(), to more
accurately reflect its function, and hardened to handle more SQL comment
corner cases..
(cherry picked from commit 4674007)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
erlend-aasland committed Jun 14, 2022
1 parent f9585e2 commit 84423c9
Show file tree
Hide file tree
Showing 3 changed files with 1,942 additions and 77 deletions.
Loading

0 comments on commit 84423c9

Please sign in to comment.