Open punx120 opened 3 weeks ago
Python
0.3.3
MySQL (10.3.36-MariaDB)
The following code fails to run:
import connectorx as cx MYSQL_CONN_URL = 'mysql://.../db' print(cx.read_sql(MYSQL_CONN_URL, 'select * from VIEW'))
Output is:
Traceback (most recent call last): result = _read_sql( RuntimeError: MySqlError { ERROR 1615 (HY000): Prepared statement needs to be re-prepared }
It works if i use the 'text' protocol. Is there a workaround?
Thank you
What language are you using?
Python
What version are you using?
0.3.3
What database are you using?
MySQL (10.3.36-MariaDB)
Example query / code
The following code fails to run:
Output is:
It works if i use the 'text' protocol. Is there a workaround?
Thank you