-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour #93823
Merged
erlend-aasland
merged 82 commits into
python:main
from
erlend-aasland:sqlite-autocommit
Nov 12, 2022
Merged
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour #93823
erlend-aasland
merged 82 commits into
python:main
from
erlend-aasland:sqlite-autocommit
Nov 12, 2022
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 10d3a65 - Browse repository at this point
Copy the full SHA 10d3a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca9045 - Browse repository at this point
Copy the full SHA 6ca9045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5772676 - Browse repository at this point
Copy the full SHA 5772676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06609f3 - Browse repository at this point
Copy the full SHA 06609f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6b866 - Browse repository at this point
Copy the full SHA 8b6b866View commit details -
Configuration menu - View commit details
-
Copy full SHA for a604a57 - Browse repository at this point
Copy the full SHA a604a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc1041 - Browse repository at this point
Copy the full SHA cbc1041View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41b898c - Browse repository at this point
Copy the full SHA 41b898cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b11ebd2 - Browse repository at this point
Copy the full SHA b11ebd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3009d4 - Browse repository at this point
Copy the full SHA d3009d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb98615 - Browse repository at this point
Copy the full SHA fb98615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4626e - Browse repository at this point
Copy the full SHA 5e4626eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e3b9e - Browse repository at this point
Copy the full SHA a8e3b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d46e9be - Browse repository at this point
Copy the full SHA d46e9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e2f1a - Browse repository at this point
Copy the full SHA c2e2f1aView commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3bf3ee1 - Browse repository at this point
Copy the full SHA 3bf3ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757f70b - Browse repository at this point
Copy the full SHA 757f70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ef40c - Browse repository at this point
Copy the full SHA a5ef40cView commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae37fbb - Browse repository at this point
Copy the full SHA ae37fbbView commit details -
Clarify execute*, commit, rollback, and close
- execute*(): Explain that DML queries implicitly open transactions if autocommit is in compat mode. - commit/rollback/close: incorporate pythongh-93926 changes
Configuration menu - View commit details
-
Copy full SHA for 341e0dd - Browse repository at this point
Copy the full SHA 341e0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77651c0 - Browse repository at this point
Copy the full SHA 77651c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac782c - Browse repository at this point
Copy the full SHA 0ac782cView commit details
Commits on Jun 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7743f34 - Browse repository at this point
Copy the full SHA 7743f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6628e30 - Browse repository at this point
Copy the full SHA 6628e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 060bd3a - Browse repository at this point
Copy the full SHA 060bd3aView commit details
Commits on Jun 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c96adbf - Browse repository at this point
Copy the full SHA c96adbfView commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a7c7c4c - Browse repository at this point
Copy the full SHA a7c7c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c5843 - Browse repository at this point
Copy the full SHA f1c5843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491426e - Browse repository at this point
Copy the full SHA 491426eView commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05879a9 - Browse repository at this point
Copy the full SHA 05879a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ad734 - Browse repository at this point
Copy the full SHA 97ad734View commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf3a857 - Browse repository at this point
Copy the full SHA bf3a857View commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 60f7224 - Browse repository at this point
Copy the full SHA 60f7224View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f645ee - Browse repository at this point
Copy the full SHA 7f645eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fb2b9 - Browse repository at this point
Copy the full SHA 88fb2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4deed17 - Browse repository at this point
Copy the full SHA 4deed17View commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f3a9e37 - Browse repository at this point
Copy the full SHA f3a9e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2981a6b - Browse repository at this point
Copy the full SHA 2981a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b7864 - Browse repository at this point
Copy the full SHA a5b7864View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6659a - Browse repository at this point
Copy the full SHA fd6659aView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 52e3736 - Browse repository at this point
Copy the full SHA 52e3736View commit details
Commits on Jul 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e92073 - Browse repository at this point
Copy the full SHA 6e92073View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 59fbd29 - Browse repository at this point
Copy the full SHA 59fbd29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 894fcce - Browse repository at this point
Copy the full SHA 894fcceView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fff4307 - Browse repository at this point
Copy the full SHA fff4307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac0fa0 - Browse repository at this point
Copy the full SHA 4ac0fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c6482 - Browse repository at this point
Copy the full SHA 64c6482View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4947d0 - Browse repository at this point
Copy the full SHA e4947d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5981536 - Browse repository at this point
Copy the full SHA 5981536View commit details -
- Fix incorrect markup - Update isolation_level description - Promote commit()/rollback() in PEP 249 compliant mode
Configuration menu - View commit details
-
Copy full SHA for 527e6a3 - Browse repository at this point
Copy the full SHA 527e6a3View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 697b65a - Browse repository at this point
Copy the full SHA 697b65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4299874 - Browse repository at this point
Copy the full SHA 4299874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76122be - Browse repository at this point
Copy the full SHA 76122beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6902738 - Browse repository at this point
Copy the full SHA 6902738View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37ebb5 - Browse repository at this point
Copy the full SHA c37ebb5View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e9083c - Browse repository at this point
Copy the full SHA 2e9083cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b944a90 - Browse repository at this point
Copy the full SHA b944a90View commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bce921f - Browse repository at this point
Copy the full SHA bce921fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e04f0 - Browse repository at this point
Copy the full SHA 78e04f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd91e34 - Browse repository at this point
Copy the full SHA bd91e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d66daa - Browse repository at this point
Copy the full SHA 9d66daaView commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4c0583 - Browse repository at this point
Copy the full SHA d4c0583View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3aa9aa - Browse repository at this point
Copy the full SHA a3aa9aaView commit details
Commits on Oct 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9b05ff - Browse repository at this point
Copy the full SHA c9b05ffView commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5e33f1 - Browse repository at this point
Copy the full SHA d5e33f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf022a - Browse repository at this point
Copy the full SHA 0cf022aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5009372 - Browse repository at this point
Copy the full SHA 5009372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9b117 - Browse repository at this point
Copy the full SHA 2c9b117View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3bd4e - Browse repository at this point
Copy the full SHA de3bd4eView commit details
Commits on Nov 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fca9c56 - Browse repository at this point
Copy the full SHA fca9c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de6bf3 - Browse repository at this point
Copy the full SHA 7de6bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fa134 - Browse repository at this point
Copy the full SHA e0fa134View commit details
Commits on Nov 7, 2022
-
Update Doc/library/sqlite3.rst
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Configuration menu - View commit details
-
Copy full SHA for e0bedf6 - Browse repository at this point
Copy the full SHA e0bedf6View commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e33946a - Browse repository at this point
Copy the full SHA e33946aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd15505 - Browse repository at this point
Copy the full SHA cd15505View commit details
Commits on Nov 11, 2022
-
Update Doc/library/sqlite3.rst
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Configuration menu - View commit details
-
Copy full SHA for 4feefa1 - Browse repository at this point
Copy the full SHA 4feefa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720ac11 - Browse repository at this point
Copy the full SHA 720ac11View commit details -
Update Doc/library/sqlite3.rst
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Configuration menu - View commit details
-
Copy full SHA for f7c2ae4 - Browse repository at this point
Copy the full SHA f7c2ae4View commit details
Commits on Nov 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88e1420 - Browse repository at this point
Copy the full SHA 88e1420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b87830 - Browse repository at this point
Copy the full SHA 7b87830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8322683 - Browse repository at this point
Copy the full SHA 8322683View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca1e22 - Browse repository at this point
Copy the full SHA aca1e22View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.