mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
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:
parent
6ffe499397
commit
762fbd3485
4 changed files with 28 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue