Save statement length

This commit is contained in:
Georg Richter
2018-07-25 08:59:59 +02:00
parent 27c7a1b19a
commit c23b05f95d
3 changed files with 71 additions and 8 deletions

View File

@ -133,6 +133,7 @@ typedef struct {
MYSQL_BIND *bind;
MYSQL_FIELD *fields;
char *statement;
unsigned long statement_len;
PyObject *description;
PyObject **values;
PyStructSequence_Desc sequence_desc;