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
SQLAlchemy v2.0.38 made a breaking change to a private API that we depend on for creating views and tables with a Selectable object.
The affected files are src/chronify/utils/sqlalchemy_view.py and src/chronify/utils/sqlalchemy_table.py
src/chronify/utils/sqlalchemy_view.py
src/chronify/utils/sqlalchemy_table.py
We need to port this code to the new version demonstrated at https://github.com/sqlalchemy/sqlalchemy/wiki/Views.
The text was updated successfully, but these errors were encountered:
daniel-thom
No branches or pull requests
SQLAlchemy v2.0.38 made a breaking change to a private API that we depend on for creating views and tables with a Selectable object.
The affected files are
src/chronify/utils/sqlalchemy_view.py
andsrc/chronify/utils/sqlalchemy_table.py
We need to port this code to the new version demonstrated at https://github.com/sqlalchemy/sqlalchemy/wiki/Views.
The text was updated successfully, but these errors were encountered: