index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sqlite3
/
test_dbapi.py
Commit message (
Expand
)
Author
Age
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
*
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...
Erlend Egeberg Aasland
2022-05-04
*
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland
2022-04-30
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-21
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-15
*
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
Erlend Egeberg Aasland
2022-04-15
*
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra
2022-04-15
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-14
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-11
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
*
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland
2022-03-16
*
bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)
Erlend Egeberg Aasland
2021-11-17
*
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland
2021-11-16
*
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...
Erlend Egeberg Aasland
2021-11-15
*
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland
2021-11-10
*
bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)
Erlend Egeberg Aasland
2021-11-05
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
*
bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390...
Erlend Egeberg Aasland
2021-11-03
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29