Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-89301: Fix regression with bound values in traced SQLite statements (#92053) | Erlend Egeberg Aasland | 2022-05-02 | 1 | -1/+61 |
| | |||||
* | bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788) | Erlend Egeberg Aasland | 2022-03-09 | 1 | -60/+1 |
| | | | | | This reverts commit d1777515f9f53b452a4231d68196a7c0e5deb879. Automerge-Triggered-By: GH:JelleZijlstra | ||||
* | bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240) | Erlend Egeberg Aasland | 2022-03-09 | 1 | -1/+60 |
| | |||||
* | bpo-46425: use absolute imports in `test_sqlite3` (GH-30676) | Nikita Sobolev | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591) | Erlend Egeberg Aasland | 2021-11-29 | 1 | -2/+2 |
| | |||||
* | bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) | Erlend Egeberg Aasland | 2021-10-29 | 1 | -0/+294 |
Automerge-Triggered-By: GH:brettcannon |