added keyword quote_sequences (default=true)

connection:

moved tpc functions to native python
moved autocommit to native python
This commit is contained in:
Georg Richter
2021-07-22 14:15:53 +02:00
parent 2bd40ca1de
commit 5870f5d4d7
7 changed files with 248 additions and 373 deletions

View File

@ -883,6 +883,7 @@ mariadb_get_column_info(PyObject *obj, MrdbParamInfo *paraminfo)
return 0;
}
else {
/* If Object has string representation, we will use string representation */
/* no corresponding object, return error */
return 2;
}