We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: