[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 1f483c0c1b5a9fd1062bacc2aeba6bb0e9b7 by Miss Islington (bot) in branch '3.10': bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220) https://github.com/python/cpython/commit/1f483c0c1b5a9fd1062bacc2aeba6bb0e9b7

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 76ed53ca7bf0d4a43099d9401af5fe9f75689885 by Miss Islington (bot) in branch '3.9': bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220) https://github.com/python/cpython/commit/76ed53ca7bf0d4a43099d9401af5fe9f75689885

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +24848 pull_request: https://github.com/python/cpython/pull/26231 ___ Python tracker ___

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24847 pull_request: https://github.com/python/cpython/pull/26230 ___ Python tracker

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-18 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- title: sqlite3 executescript does not respect isolation_level? -> Document that sqlite3.Cursor.executescript disregards isolation_level ___ Python tracker