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.
This commit is contained in:
Gerhard Häring 2006-07-02 17:48:30 +00:00
parent 6ffe499397
commit 762fbd3485
4 changed files with 28 additions and 5 deletions

View file

@ -45,6 +45,10 @@ Library
- A bug was fixed in logging.config.fileConfig() which caused a crash on
shutdown when fileConfig() was called multiple times.
- 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.
Extension Modules
-----------------