COMMITS
/ Modules/_sqlite/connection.c 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
November 7, 2017
A
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299)
Anders Lorentsen committed
October 10, 2017
September 20, 2017
B
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
March 23, 2017
S
Use NULL rather than 0. (#778)
Serhiy Storchaka committed
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
March 3, 2017
A
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
Aviv Palivoda committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 9, 2016
V
Issue #28915: Use _PyObject_CallNoArg()
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 26, 2016
S
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka committed
S
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka committed
September 12, 2016
B
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
Berker Peksag committed
September 11, 2016
B
Issue #28036: Remove unused pysqlite_flush_statement_cache function
Berker Peksag committed
September 1, 2016
S
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Serhiy Storchaka committed