summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/test_dbapi.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-108550: Speed up sqlite3 tests (#108551) (#108567)Erlend E. Aasland2023-08-281-1/+1
* [3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit...Erlend E. Aasland2023-05-081-0/+8
* gh-101947: Remove size check from sqlite3 serialize test (GH-102914)Miss Islington (bot)2023-03-221-1/+0
* [3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125) (GH-94157)Christian Heimes2022-06-231-1/+8
* [3.11] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93800)Erlend Egeberg Aasland2022-06-141-10/+56
* gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)Miss Islington (bot)2022-06-081-0/+8
* GH-93115: Fix version check in sqlite3 module constants test (GH-93116)Miss Islington (bot)2022-05-231-18/+18
* Clean up the sqlite3 tests (GH-93056)Miss Islington (bot)2022-05-211-28/+18
* Improve tests for opening Sqlite by URI (GH-93047)Miss Islington (bot)2022-05-211-5/+42
* [3.11] gh-93044: No longer convert the database argument of sqlite3.connect()...Serhiy Storchaka2022-05-211-0/+13
* gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)Miss Islington (bot)2022-05-201-11/+17
* gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...Erlend Egeberg Aasland2022-05-041-1/+1
* gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)Erlend Egeberg Aasland2022-04-301-22/+29
* gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)Erlend Egeberg Aasland2022-04-221-4/+134
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-161-0/+23
* gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)Erlend Egeberg Aasland2022-04-151-0/+1
* gh-69093: Expose sqlite3.Blob as a class (GH-91550)Jelle Zijlstra2022-04-151-0/+3
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-1/+156
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-121-0/+2
* bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)Erlend Egeberg Aasland2022-04-051-0/+55
* bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)Erlend Egeberg Aasland2022-03-171-2/+3
* bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)Erlend Egeberg Aasland2021-11-171-3/+24
* bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)Erlend Egeberg Aasland2021-11-161-0/+38
* bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...Erlend Egeberg Aasland2021-11-151-2/+16
* bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)Erlend Egeberg Aasland2021-11-101-4/+4
* bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)Erlend Egeberg Aasland2021-11-051-9/+31
* bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)Erlend Egeberg Aasland2021-11-031-2/+3
* bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390...Erlend Egeberg Aasland2021-11-031-1/+1
* bpo-24139: Add support for SQLite extended result codes (GH-28076)Erlend Egeberg Aasland2021-11-021-2/+127
* bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...Erlend Egeberg Aasland2021-11-011-0/+38
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-0/+1161