-
Notifications
You must be signed in to change notification settings - Fork 3
can't use to_sql or read_sql with driver 3.4.1 #2
New issue
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
Comments
check the recent version 0.5.0 of pip install sqlalchemy-iris==0.5.0 |
Problem solved for to_sql but not for read_sql :
|
This particular error with Pandas and SQLAlchemy 2.0, and it seems the issue |
ok, this works with SQLAlchemy==1.4.46, why is it happening with 2.0.X ? |
ok then, welcome to the opensource world 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the driver 3.4.1 with the latest version of SQLAlchemy (2.0.1), the error below is raised when using
to_sql
orread_sql
:Code to reproduce:
The text was updated successfully, but these errors were encountered: