-
-
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
Improve sqlite3 documentation of the new autocommit attribute #99435
Conversation
dad8b33
to
85e7a93
Compare
Please open an issue so we can discuss the problems you've identified first. |
@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. |
Could you list them please? To me the 5 first commits are the most important as they add new information. The 4 remaining ones are just rephrasing so a matter of opinion.
That is what I did by splitting this PR into 9 commits.
That is what I did with the commit messages. At this point I am not sure what more I can add so I kindly suggest that you list the commits that you agree with, otherwise we will not make any progress. |
Issue #99670.