Skip to content

Add support for sqlalchemy 2.0.38 #39

@daniel-thom

Description

@daniel-thom

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

We need to port this code to the new version demonstrated at https://github.com/sqlalchemy/sqlalchemy/wiki/Views.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions