COMMITS
/ Lib/test/test_sqlite3/test_dbapi.py February 26, 2026
A
gh-142787: Handle empty sqlite3 blob slices (#142824)
A.Ibrahim committed
September 30, 2025
B
gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)
Bénédikt Tran committed
August 11, 2025
S
Add test for opening an SQLite with bytes path (GH-136331)
Serhiy Storchaka committed
July 7, 2025
S
gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326)
Serhiy Storchaka committed
May 8, 2025
S
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Serhiy Storchaka committed
February 9, 2025
E
gh-129603: Don't segfault if sqlite3.Row description is None (#129604)
Erlend E. Aasland committed
January 14, 2025
S
gh-71339: Use new assertion methods in test_sqlite3 (GH-128830)
Serhiy Storchaka committed
July 12, 2024
Z
gh-95144: Improve error message of `... in None` (GH-119888)
Zachary Ware committed
May 14, 2024
E
gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929)
Erlend E. Aasland committed
May 10, 2024
H
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade committed
April 30, 2024
E
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland committed
April 22, 2024
E
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Erlend E. Aasland committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
August 28, 2023
E
gh-108550: Speed up sqlite3 tests (#108551)
Erlend E. Aasland committed
August 23, 2023
M
gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlite3 (#108360)
Mariusz Felisiak committed
August 22, 2023
E
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly (#108015)
Erlend E. Aasland committed
August 17, 2023
E
gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017)
Erlend E. Aasland committed
August 15, 2023
E
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107948)
Erlend E. Aasland committed
June 18, 2023
E
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland committed
May 7, 2023
E
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (#103902)
Erlend E. Aasland committed
April 26, 2023
E
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland committed
March 22, 2023
E
gh-101947: Remove size check from sqlite3 serialize test (#102914)
Erlend E. Aasland committed
February 15, 2023
E
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence (#101698)
Erlend E. Aasland committed
June 23, 2022
C
gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)
Christian Heimes committed
June 14, 2022
E
gh-79579: Improve DML query detection in sqlite3 (#93623)
Erlend Egeberg Aasland committed
June 8, 2022
E
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland committed
June 7, 2022
K
May 25, 2022
E
gh-93117: Remove too large sqlite3 bigmemtest (#93154)
Erlend Egeberg Aasland committed
May 23, 2022
F
GH-93115: Fix version check in sqlite3 module constants test (#93116)
Florian Bruhin committed
May 21, 2022
S
Clean up the sqlite3 tests (GH-93056)
Serhiy Storchaka committed
S
Improve tests for opening Sqlite by URI (GH-93047)
Serhiy Storchaka committed
S
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046)
Serhiy Storchaka committed
May 20, 2022
S
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka committed
May 16, 2022
E
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland committed
May 4, 2022
E
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)
Erlend Egeberg Aasland committed
April 30, 2022
E
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland committed
April 22, 2022
E
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland committed
April 16, 2022
E
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland committed
April 15, 2022
E
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
Erlend Egeberg Aasland committed
J
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra committed
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 17, 2022
E
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland committed
November 17, 2021
E
bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)
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: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level (#29561)
Erlend Egeberg Aasland committed
November 10, 2021
E
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland committed
November 5, 2021
E
bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)
Erlend Egeberg Aasland committed