[issue8145] Documentation about sqlite3 isolation_level

2018-07-29 Thread Berker Peksag
Change by Berker Peksag : -- keywords: -needs review resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 2.7, Python 3.5 ___ Python tracker _

[issue8145] Documentation about sqlite3 isolation_level

2018-07-29 Thread Steve Dower
Steve Dower added the comment: New changeset 3dc8cdf56d056fb7722061ac3b3863e8a385b8de by Steve Dower in branch '3.7': bpo-8145: Improve isolation_level documentation (GH-8499) https://github.com/python/cpython/commit/3dc8cdf56d056fb7722061ac3b3863e8a385b8de -- _

[issue8145] Documentation about sqlite3 isolation_level

2018-07-29 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +8060 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue8145] Documentation about sqlite3 isolation_level

2018-07-29 Thread Steve Dower
Steve Dower added the comment: New changeset 94972d50bda19000bce498bd2c5ace6be9bec711 by Steve Dower (Miss Islington (bot)) in branch '3.6': bpo-8145: Improve isolation_level documentation (GH-8499) https://github.com/python/cpython/commit/94972d50bda19000bce498bd2c5ace6be9bec711 --

[issue8145] Documentation about sqlite3 isolation_level

2018-07-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +8056 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue8145] Documentation about sqlite3 isolation_level

2018-07-29 Thread Steve Dower
Steve Dower added the comment: New changeset a71fed0b7596f1c11a2fa6c1b7311157148f5f9f by Steve Dower (Berker Peksag) in branch 'master': bpo-8145: Improve isolation_level documentation (GH-8499) https://github.com/python/cpython/commit/a71fed0b7596f1c11a2fa6c1b7311157148f5f9f -- nos

[issue8145] Documentation about sqlite3 isolation_level

2018-07-28 Thread Steve Dower
Change by Steve Dower : -- keywords: -easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue8145] Documentation about sqlite3 isolation_level

2018-07-27 Thread Berker Peksag
Change by Berker Peksag : -- pull_requests: +8017 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue8145] Documentation about sqlite3 isolation_level

2016-11-26 Thread Aviv Palivoda
Changes by Aviv Palivoda : -- nosy: +palaviv ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue8145] Documentation about sqlite3 isolation_level

2016-11-25 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue8145] Documentation about sqlite3 isolation_level

2016-11-25 Thread Florian Schulze
Florian Schulze added the comment: The documentation patch is a definite improvement. -- nosy: +fschulze ___ Python tracker ___ ___ Pyt

[issue8145] Documentation about sqlite3 isolation_level

2016-11-25 Thread Berker Peksag
Berker Peksag added the comment: The patch needs to be updated to address changes in issue 10740 so I'm moving the stage field back to 'patch review'. -- stage: commit review -> patch review versions: +Python 3.7 ___ Python tracker

[issue8145] Documentation about sqlite3 isolation_level

2016-10-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue8145] Documentation about sqlite3 isolation_level

2016-08-26 Thread Berker Peksag
Berker Peksag added the comment: sqlite_transaction_doc.patch looks good to me and applies cleanly to current default branch. One minor note: It would be nice to document that the default mode is "BEGIN DEFERRED" in Connection.isolation_level documentation. -- nosy: +berker.peksag stag

[issue8145] Documentation about sqlite3 isolation_level

2013-01-13 Thread R. David Murray
R. David Murray added the comment: Opened issue 16958 for the transaction manager problem. -- ___ Python tracker ___ ___ Python-bugs-li

[issue8145] Documentation about sqlite3 isolation_level

2013-01-13 Thread R. David Murray
R. David Murray added the comment: I misspoke, the transaction manager does do something useful in non-None isolation level. I'm still going to open a bug about isolation_level None. -- ___ Python tracker

[issue8145] Documentation about sqlite3 isolation_level

2013-01-13 Thread R. David Murray
R. David Murray added the comment: Here is a revised patch. I am leaving out the changes relating to the transaction manager. It turns out that the transaction manager doesn't do anything useful even if isolation_level is not None. I'm going to open a new issue to discuss the best way to fi

[issue8145] Documentation about sqlite3 isolation_level

2013-01-11 Thread R. David Murray
R. David Murray added the comment: I believe this patch is correct in essence, but I think it would be helpful to clarify the explanation of what autocommit mode is. I'll work on an updated patch. It could also be considered a bug that the standard context manager does not support autocommit

[issue8145] Documentation about sqlite3 isolation_level

2013-01-10 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue8145] Documentation about sqlite3 isolation_level

2012-11-18 Thread Ezio Melotti
Ezio Melotti added the comment: Can someone review this patch? (There is a typo: s/The/This/) -- keywords: +easy, needs review nosy: +ezio.melotti versions: +Python 3.3, Python 3.4 -Python 3.1 ___ Python tracker ___

[issue8145] Documentation about sqlite3 isolation_level

2010-12-20 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file17940/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue8145] Documentation about sqlite3 isolation_level

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> patch review versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue8145] Documentation about sqlite3 isolation_level

2010-07-10 Thread Laszlo Nagy
Laszlo Nagy added the comment: 2010/7/11 Terry J. Reedy > > Terry J. Reedy added the comment: > > If the content of the patch is correct, it looks ready to apply, with only > a touch of editing. Do we have a resident expert of sqlite3? Or Laszlo, do > you have a reference for the statements m

[issue8145] Documentation about sqlite3 isolation_level

2010-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: If the content of the patch is correct, it looks ready to apply, with only a touch of editing. Do we have a resident expert of sqlite3? Or Laszlo, do you have a reference for the statements made? -- assignee: georg.brandl -> d...@python nosy: +d...@py

[issue8145] Documentation about sqlite3 isolation_level

2010-03-16 Thread Gerhard Häring
Changes by Gerhard Häring : -- nosy: +ghaering ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue8145] Documentation about sqlite3 isolation_level

2010-03-15 Thread Laszlo Nagy
New submission from Laszlo Nagy : Clarify what isolation_level does, and how to use it, and why connections do not commit/rollback in some cases. Details here: http://mail.python.org/pipermail/python-list/2010-March/1239374.html I'll paste code for ctx_manager_2.py here. This is a new file, I