Apply bpo-39943
This commit is contained in:
parent
b811276962
commit
941a18dcac
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ int pysqlite_connection_init(pysqlite_Connection* self, PyObject* args, PyObject
|
|||
"vfs", NULL
|
||||
};
|
||||
|
||||
char* database;
|
||||
const char* database;
|
||||
PyObject* database_obj;
|
||||
int detect_types = 0;
|
||||
PyObject* isolation_level = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue