cpython/Lib/sqlite3/test
2012-02-12 21:03:02 +02:00
..
__init__.py
dbapi.py sqlite3: Handle strings with embedded zeros correctly 2012-02-01 22:20:13 +02:00
dump.py Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes 2012-02-12 21:03:02 +02:00
factory.py sqlite3: Handle strings with embedded zeros correctly 2012-02-01 22:20:13 +02:00
hooks.py
py25tests.py
regression.py Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
transactions.py
types.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
userfunctions.py