cpython/Lib/sqlite3/test
Gerhard Häring 762fbd3485 The sqlite3 module did cut off data from the SQLite database at the first null
character before sending it to a custom converter. This has been fixed now.
2006-07-02 17:48:30 +00:00
..
__init__.py
dbapi.py
factory.py
hooks.py Re-revert this change. Install the version check and don't run the test 2006-06-15 08:16:44 +00:00
regression.py Merged changes from external pysqlite 2.3.0 release. Documentation updates will 2006-06-13 22:24:47 +00:00
transactions.py
types.py The sqlite3 module did cut off data from the SQLite database at the first null 2006-07-02 17:48:30 +00:00
userfunctions.py Removed call to enable_callback_tracebacks that slipped in by accident. 2006-06-21 20:55:04 +00:00