mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-06 18:19:50 +00:00
Save statement length
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user