cpython/Lib/sqlite3/test
Petri Lehtinen c7fd523ac5 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
..
__init__.py
dbapi.py sqlite3: Handle strings with embedded zeros correctly 2012-02-01 22:20:13 +02:00
dump.py
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
userfunctions.py