diff options
Diffstat (limited to 'Modules/_sqlite/connection.h')
-rw-r--r-- | Modules/_sqlite/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_sqlite/connection.h b/Modules/_sqlite/connection.h index 50c2015be3..edf5650204 100644 --- a/Modules/_sqlite/connection.h +++ b/Modules/_sqlite/connection.h @@ -36,6 +36,7 @@ typedef struct { PyObject_HEAD sqlite3* db; + pysqlite_state *state; /* the type detection mode. Only 0, PARSE_DECLTYPES, PARSE_COLNAMES or a * bitwise combination thereof makes sense */ |