]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The sqlite3 module did cut off data from the SQLite database at the first null
authorGerhard Häring <gh@ghaering.de>
Sun, 2 Jul 2006 17:48:30 +0000 (17:48 +0000)
committerGerhard Häring <gh@ghaering.de>
Sun, 2 Jul 2006 17:48:30 +0000 (17:48 +0000)
commit762fbd34858f7df608e6da8079bf648bc7d3d8cc
treee13a3f77d934422ff11bf4229032cff87b9a4b60
parent6ffe499397acfe916202e3e46adfa868e6a307b9
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.
Lib/sqlite3/test/types.py
Misc/NEWS
Modules/_sqlite/cursor.c
Modules/_sqlite/module.h