cx_Oracle: “not all arguments converted during string formatting”
I’m trying to pass an UPDATE query to a MariaDB
table via cx_oracle
. (Python3)
I’m trying to pass an UPDATE query to a MariaDB
table via cx_oracle
. (Python3)
I am a Python newbie, I am having troubles in the use of bind variables. If I execute the code below everything works fine.