COMMITS
/ Modules/_sqlite/clinic/connection.c.h August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
June 19, 2022
E
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland committed
May 20, 2022
S
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka committed
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
April 30, 2022
S
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka committed
April 15, 2022
E
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland committed
April 12, 2022
E
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland committed
April 5, 2022
E
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland committed
March 8, 2022
E
bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
Erlend Egeberg Aasland committed
November 18, 2021
E
bpo-45512: Use Argument Clinic to set sqlite3 isolation level (GH-29593)
Erlend Egeberg Aasland committed
November 16, 2021
E
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland committed
November 15, 2021
E
bpo-45512: Simplify isolation_level handling in `sqlite3` (GH-29053)
Erlend Egeberg Aasland committed
November 6, 2021
C
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes committed
November 1, 2021
E
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28463)
Erlend Egeberg Aasland committed
October 19, 2021
E
bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
Erlend Egeberg Aasland committed
September 12, 2021
E
bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)
Erlend Egeberg Aasland committed
September 7, 2021
E
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)
Erlend Egeberg Aasland committed
July 29, 2021
E
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland committed
July 14, 2021
E
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147)
Erlend Egeberg Aasland committed
June 20, 2021
E
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-24421)
Erlend Egeberg Aasland committed
June 15, 2021
E
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland committed
February 10, 2021
E
bpo-40956: Fix segfault when Connection.backup is called without target (GH-24503)
Erlend Egeberg Aasland committed
December 27, 2020
E
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
Erlend Egeberg Aasland committed
December 18, 2020
D
bpo-40956: Fix sqlite3 AC code (GH-23837)
Dong-hee Na committed
E
bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
Erlend Egeberg Aasland committed