Skip to content
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

update moin.storage.stores.sqla to use sqlalchemy 2.0+ #1661

Closed
ThomasWaldmann opened this issue Apr 4, 2024 · 0 comments · Fixed by #1693
Closed

update moin.storage.stores.sqla to use sqlalchemy 2.0+ #1661

ThomasWaldmann opened this issue Apr 4, 2024 · 0 comments · Fixed by #1693
Labels
help wanted we need your help
Milestone

Comments

@ThomasWaldmann
Copy link
Member

sqlalchemy >= 2.0 needs some changes, e.g. working based on a connection.

guess applying the required changes to that store would be very easy for somebody who is used to working with sqlalchemy.

our tests can be invoked like pytest -k stores to check if that works fine.

@ThomasWaldmann ThomasWaldmann added this to the 2.0.0c1 milestone Apr 4, 2024
@ThomasWaldmann ThomasWaldmann added the help wanted we need your help label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted we need your help
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant