cpython/Lib/sqlite3/test
Serhiy Storchaka 47a981337a Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
it supports reverse() and negative indices.  Original patch by Claudiu Popa.
2014-05-28 12:58:34 +03:00
..
__init__.py
dbapi.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00
dump.py #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. 2013-01-10 11:04:09 -05:00
factory.py Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr 2014-05-28 12:58:34 +03:00
hooks.py weaken callback count inequality (closes #20901) 2014-03-12 21:51:52 -05:00
regression.py Issue #20026: Fix the sqlite module to handle correctly invalid isolation level 2013-12-19 16:38:03 +01:00
transactions.py
types.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03:00
userfunctions.py Issue #17073: Fix some integer overflows in sqlite3 module. 2013-02-07 17:03:46 +02:00