cpython/Lib/sqlite3/test
Serhiy Storchaka 0b419b7910
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
* When the parameters argument is a list, correctly handle the case
  of changing it during iteration.
* When the parameters argument is a custom sequence, no longer
  override an exception raised in ``__len__()``.
2020-09-17 10:35:44 +03:00
..
__init__.py
backup.py bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) 2020-09-07 22:26:54 +01:00
dbapi.py bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) 2020-09-17 10:35:44 +03:00
dump.py #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. 2013-01-10 11:04:09 -05:00
factory.py bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) 2019-09-17 09:20:56 +03:00
hooks.py bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) 2020-09-07 22:26:54 +01:00
regression.py bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) 2020-09-17 10:35:44 +03:00
transactions.py bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) 2020-09-07 22:26:54 +01:00
types.py bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) 2020-09-07 22:26:54 +01:00
userfunctions.py bpo-40784: Fix sqlite3 deterministic test (GH-20448) 2020-05-29 02:27:31 +03:00