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
dump.py
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
userfunctions.py