mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-10 04:10:19 +00:00
cursor:
added keyword quote_sequences (default=true) connection: moved tpc functions to native python moved autocommit to native python
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user