I have found examples how to call stored procedures in MySQL from Python using cursor.callproc
.
But cursor.callproc
seems not to be defined in MariaDB. I am using version 10.3.
How can I solve this?
I have found examples how to call stored procedures in MySQL from Python using cursor.callproc
.
But cursor.callproc
seems not to be defined in MariaDB. I am using version 10.3.
How can I solve this?