Improve sqlite3 documentation of the new autocommit attribute - #99435
Improve sqlite3 documentation of the new autocommit attribute#99435geryogam wants to merge 9 commits into
Conversation
dad8b33 to
85e7a93
Compare
@erlend-aasland I have opened issue #99670. I have further subdivided this PR in 9 logical commits instead of 6 for better isolation of the problems and easier review. |
This issue just lists the summary of the various commits in this PR; it does not describe any issues at all. A lot of these commits are changes completely unrelated to the PR title (for example normalising the use of "open transaction" versus "pending transaction"). Some of these changes might be worth doing. A lot of them are IMO unneeded churn. I suggest closing this PR and the accompanying issue. Try instead to isolate each problem, describe it accurately and explain why it is a problem. Then it will be possible to discuss the issue, decide if it is a real problem, and what the suggested solution should be. |

Issue #99670.