cpython/Lib/test/test_sqlite3
Miss Islington (bot) b9304beda0
gh-101947: Remove size check from sqlite3 serialize test (GH-102914)
The size of the returned data is too implementation specific.
(cherry picked from commit 61405da9a5)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2023-03-22 06:45:28 -07:00
..
__init__.py
__main__.py gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052) 2022-07-20 10:01:58 -07:00
test_backup.py
test_dbapi.py gh-101947: Remove size check from sqlite3 serialize test (GH-102914) 2023-03-22 06:45:28 -07:00
test_dump.py gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) 2022-06-19 16:25:13 -07:00
test_factory.py gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555) 2022-12-27 17:25:28 -08:00
test_hooks.py gh-89301: Fix regression with bound values in traced SQLite statements (#92053) 2022-05-02 08:14:35 -06:00
test_regression.py [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902) 2022-12-04 14:41:23 +08:00
test_transactions.py gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042) 2022-06-21 04:52:47 -07:00
test_types.py gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660) 2022-11-22 00:51:59 -08:00
test_userfunctions.py