FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-79579: Improve DML query detection in sqlite3 by erlend-aasland · Pull Request #93623 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-79579: Improve DML query detection in sqlite3
- #93623
#93623
Merged
erlend-aasland
merged 22 commits into
python:main
python/cpython:main
from
erlend-aasland:sqlite-rowcount/gh-79579-alt
erlend-aasland/cpython:sqlite-rowcount/gh-79579-alt
Copy head branch name to clipboard
Jun 14, 2022
Conversation
Commits
22
(22)
Checks
Files changed
Merged
gh-79579: Improve DML query detection in sqlite3
#93623
erlend-aasland
merged 22 commits into
python:main
python/cpython:main
from
erlend-aasland:sqlite-rowcount/gh-79579-alt
erlend-aasland/cpython:sqlite-rowcount/gh-79579-alt
Copy head branch name to clipboard
Commits
Commits on Jun 8, 2022
Add tests
erlend-aasland
committed
c8bcf3b
View commit details
Copy full SHA for c8bcf3b
Browse repository at this point
Modify pysqlite_check_remaining_sql to return char * iso. int
erlend-aasland
committed
d38e632
View commit details
Copy full SHA for d38e632
Browse repository at this point
Rename pysqlite_check_remaining_sql to lstrip_sql
erlend-aasland
committed
7fcca68
View commit details
Copy full SHA for 7fcca68
Browse repository at this point
Use lstrip_sql() to strip comments and whitespace
erlend-aasland
committed
3061dc5
View commit details
Copy full SHA for 3061dc5
Browse repository at this point
Adjust comment
erlend-aasland
committed
631f24d
View commit details
Copy full SHA for 631f24d
Browse repository at this point
Explicit comparison
erlend-aasland
committed
8f29283
View commit details
Copy full SHA for 8f29283
Browse repository at this point
Add more tests
erlend-aasland
committed
a51cfe6
View commit details
Copy full SHA for a51cfe6
Browse repository at this point
Fix bug in lstrip parser
erlend-aasland
committed
bf0e150
View commit details
Copy full SHA for bf0e150
Browse repository at this point
Adjust NEWS
erlend-aasland
committed
5918fbe
View commit details
Copy full SHA for 5918fbe
Browse repository at this point
Commits on Jun 9, 2022
Make test more messy
erlend-aasland
committed
b45e5b5
View commit details
Copy full SHA for b45e5b5
Browse repository at this point
Address Ma Lin's review
Show description for b0a7fbc
erlend-aasland
committed
b0a7fbc
View commit details
Copy full SHA for b0a7fbc
Browse repository at this point
Reword comment
erlend-aasland
committed
61a81eb
View commit details
Copy full SHA for 61a81eb
Browse repository at this point
Inline it
erlend-aasland
committed
e3fea31
View commit details
Copy full SHA for e3fea31
Browse repository at this point
Further mess up messy test to increase code coverage
erlend-aasland
committed
d6ce75c
View commit details
Copy full SHA for d6ce75c
Browse repository at this point
Commits on Jun 10, 2022
Increase code coverage
erlend-aasland
committed
7f7943f
View commit details
Copy full SHA for 7f7943f
Browse repository at this point
Commits on Jun 12, 2022
Merge branch 'main' into sqlite-rowcount/gh-79579-alt
erlend-aasland
committed
adcba2c
View commit details
Copy full SHA for adcba2c
Browse repository at this point
Commits on Jun 13, 2022
Rewrite lstrip_sql by borrowing from SQLite's parser
erlend-aasland
committed
e5fafc7
View commit details
Copy full SHA for e5fafc7
Browse repository at this point
Test code nit
erlend-aasland
committed
7d7a654
View commit details
Copy full SHA for 7d7a654
Browse repository at this point
Harden test_rowcount_prefixed_with_comment test
Show description for 2e638a0
erlend-aasland
committed
2e638a0
View commit details
Copy full SHA for 2e638a0
Browse repository at this point
Simplify one test
erlend-aasland
committed
b932e4f
View commit details
Copy full SHA for b932e4f
Browse repository at this point
Fix ret value for invalid comments
erlend-aasland
committed
ca053d7
View commit details
Copy full SHA for ca053d7
Browse repository at this point
Simplify
erlend-aasland
committed
c6fa9b2
View commit details
Copy full SHA for c6fa9b2
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL