COMMITS
/ Modules/_sqlite/connection.c April 26, 2021
E
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland committed
April 23, 2021
E
bpo-43852: Improve tuple creation in sqlite3 (GH-25421)
Erlend Egeberg Aasland committed
April 14, 2021
E
bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
Erlend Egeberg Aasland committed
E
bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586)
Erlend Egeberg Aasland committed
February 26, 2021
E
bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658)
Erlend Egeberg Aasland committed
E
bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637)
Erlend Egeberg Aasland committed
February 21, 2021
E
bpo-43269: Remove redundant extern keywords (GH-24605)
Erlend Egeberg Aasland committed
E
bpo-43269: Clean up sqlite3 file scope (GH-24578)
Erlend Egeberg Aasland committed
February 19, 2021
E
bpo-43258: Make sqlite3 callback functions static (GH-24574)
Erlend Egeberg Aasland committed
E
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
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
January 31, 2021
S
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
Serhiy Storchaka committed
January 6, 2021
E
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland committed
December 29, 2020
P
Fix compiler warnings regarding loss of data (GH-23983)
Pablo Galindo committed
December 28, 2020
E
bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
Erlend Egeberg Aasland committed
December 27, 2020
E
bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
Erlend Egeberg Aasland committed
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
October 1, 2020
E
bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)
Erlend Egeberg Aasland committed
E
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
Erlend Egeberg Aasland committed
September 27, 2020
E
bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
Erlend Egeberg Aasland committed
September 20, 2020
P
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Peter McCormick committed
September 7, 2020
E
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland committed
September 5, 2020
E
bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581)
Erlend Egeberg Aasland committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
October 23, 2019
S
Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882)
Sergey Fedoseev committed
July 13, 2019
G
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 26, 2019
V
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
December 10, 2018
S
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka committed
December 5, 2018
S
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113)
Sergey Fedoseev committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
September 20, 2018
B
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
Berker Peksag committed
July 10, 2018
B
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Benjamin Peterson committed
July 8, 2018
S
bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)
Sergey Fedoseev committed
April 30, 2018
V
bpo-27645, sqlite: Fix integer overflow on sleep (#6594)
Victor Stinner committed
March 26, 2018
T
Fix error message in sqlite connection thread check. (GH-6028)
Takuya Akiba committed
March 18, 2018
A
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Aviv Palivoda committed
March 10, 2018
E
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed