-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Sa 2.0 #256
Sa 2.0 #256
Conversation
Hello, I tested your code, and have a bug. When importing
Indeed, your code is still using _bind_or_error whereas it doesn't exist anymore in sqlalchemy 2. FYI, in v1.4, the function has a deprecated warning: "The |
Thanks @Net-Mist I check how to remove the reference to _bind_or_error |
Sa 2.0 fixes
Hello ! I found another issue. In file |
- Change util.callable with builtin callable
I have changed the call to util.callable to the builtin callable |
Hi. Is there anything blocking this at the moment? Has people migrated to a different tool? Can I be of any help? |
Now tests are not green even after fixing lint errors: https://github.com/xzkostyan/clickhouse-sqlalchemy/actions/runs/6266313792/job/17017005243 |
Thank you. SQLAlchemy 2.0 support was released in 0.3.0. |
Checklist:
flake8
and fix issues.pytest
no tests failed. See https://clickhouse-sqlalchemy.readthedocs.io/en/latest/development.html.