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

Wrap raw SQL query string with sqlalchemy.text() #78

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

huangyunict
Copy link
Contributor

Wrap raw SQL query string with sqlalchemy.text(), which is required in SQLAlchemy 2.0. This PR fixes the unit tests errors due to the SQLAlchemy version upgrade.

Copy link
Owner

@gabfl gabfl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THank you, sorry for the delay in reviewing this!

@gabfl gabfl merged commit 9904c6d into gabfl:main Sep 22, 2024
@gabfl
Copy link
Owner

gabfl commented Sep 22, 2024

I bumped the version to integrate your changes, alongside some minor other changes, see #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants