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

@ -25,7 +25,7 @@
#define PYSQLITE_MODULE_H
#include "Python.h"
#define PYSQLITE_VERSION "2.3.1"
#define PYSQLITE_VERSION "2.3.2"
extern PyObject* Error;
extern PyObject* Warning;