mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-44958: Only reset sqlite3
statements when needed (GH-27844)
This commit is contained in:
parent
debd804037
commit
050d103595
4 changed files with 84 additions and 48 deletions
|
@ -44,7 +44,7 @@ void pysqlite_statement_bind_parameters(pysqlite_state *state,
|
|||
pysqlite_Statement *self,
|
||||
PyObject *parameters);
|
||||
|
||||
int pysqlite_statement_reset(pysqlite_Statement* self);
|
||||
void pysqlite_statement_reset(pysqlite_Statement *self);
|
||||
void pysqlite_statement_mark_dirty(pysqlite_Statement* self);
|
||||
|
||||
int pysqlite_statement_setup_types(PyObject *module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue