cpython/Lib/sqlite3/test
2012-02-12 21:05:31 +02:00
..
__init__.py
dbapi.py sqlite3: Handle strings with embedded zeros correctly 2012-02-01 22:18:35 +02:00
dump.py Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes 2012-02-12 21:05:31 +02:00
factory.py sqlite3: Handle strings with embedded zeros correctly 2012-02-01 22:18:35 +02:00
hooks.py
regression.py Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:18 +02:00
transactions.py
types.py
userfunctions.py