Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump ↵ | Erlend E. Aasland | 2023-08-28 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | (#108340) (#108563) * [3.12] gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340) (cherry picked from commit d0160c7c22c8dff0a61c49b5304244df6e36465e) Co-authored-by: Aviv Palivoda <palaviv@gmail.com> * The _quote_value helper is not part of 3.12; spell out the replacement * With quotes * Ok, let's use explicit quoting --------- Co-authored-by: Aviv Palivoda <palaviv@gmail.com> | ||||
* | gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement ↵ | itssme | 2022-06-19 | 1 | -0/+47 |
| | | | | | (#9621) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
* | bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) | Erlend Egeberg Aasland | 2021-10-29 | 1 | -0/+75 |
Automerge-Triggered-By: GH:brettcannon |