COMMITS
/ Modules/_sqlite/connection.c January 3, 2022
E
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland committed
November 29, 2021
E
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
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 17, 2021
D
bpo-45512: Simplify manage isolation level (GH-29562)
Dong-hee Na committed
November 16, 2021
E
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland committed
November 15, 2021
E
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level (#29561)
Erlend Egeberg Aasland committed
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 29, 2021
E
bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171)
Erlend Egeberg Aasland committed
October 27, 2021
E
bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
Erlend Egeberg Aasland committed
October 19, 2021
E
bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
Erlend Egeberg Aasland committed
October 12, 2021
E
bpo-44991: Normalise function and collation callback naming (GH-28209)
Erlend Egeberg Aasland committed
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
September 19, 2021
E
bpo-45040: Simplify sqlite3 transaction control functions (GH-28019)
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-42064: Pass module state to trace, progress, and authorizer callbacks (GH-27940)
Erlend Egeberg Aasland committed
E
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)
Erlend Egeberg Aasland committed
August 31, 2021
P
bpo-42064: Offset arguments for PyObject_Vectorcall in the _sqlite module (GH-27931)
Petr Viktorin committed
E
bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934)
Erlend Egeberg Aasland committed
August 25, 2021
E
bpo-27334: Fix reference leak introduced by GH-26202 (GH-27942)
Erlend Egeberg Aasland committed
E
bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202)
Erlend Egeberg Aasland committed
August 24, 2021
E
bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456)
Erlend Egeberg Aasland committed
August 18, 2021
E
bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
Erlend Egeberg Aasland committed
August 8, 2021
S
bpo-44859: Improve error handling in sqlite3 and and raise more accurate exceptions. (GH-27654)
Serhiy Storchaka committed
August 6, 2021
S
bpo-44839: Raise more specific errors in sqlite3 (GH-27613)
Serhiy Storchaka committed
August 5, 2021
E
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)
Erlend Egeberg Aasland committed
July 29, 2021
E
bpo-31746: Fix broken call in GH-27431 (GH-27464)
Erlend Egeberg Aasland committed
E
bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
Erlend Egeberg Aasland committed
E
bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)
Erlend Egeberg Aasland committed
E
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland committed
July 27, 2021
E
bpo-42064: Migrate to `sqlite3_create_collation_v2` (GH-27156)
Erlend Egeberg Aasland committed
July 20, 2021
E
bpo-42064: Finalise establishing sqlite3 global state (GH-27155)
Erlend Egeberg Aasland committed
July 15, 2021
E
bpo-44641: Use vectorcall in sqlite3 collation callback (GH-27158)
Erlend Egeberg Aasland committed
July 14, 2021
E
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147)
Erlend Egeberg Aasland committed
E
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
Erlend Egeberg Aasland committed
June 24, 2021
E
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland committed
June 23, 2021
E
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
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 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
June 15, 2021
E
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland committed
June 8, 2021
P
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo committed
June 6, 2021
E
bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
Erlend Egeberg Aasland committed
June 5, 2021
P
bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551)
Pablo Galindo committed
June 4, 2021
E
bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
Erlend Egeberg Aasland committed
E
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Erlend Egeberg Aasland committed
June 3, 2021
E
bpo-44042: Optimize sqlite3 begin transaction (GH-25908)
Erlend Egeberg Aasland committed
E
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-24203)
Erlend Egeberg Aasland committed
E
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland committed