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

Allow using sqlx 0.8.1 with sea-query-binder #809

Closed
sandhose opened this issue Aug 30, 2024 · 2 comments · Fixed by #810
Closed

Allow using sqlx 0.8.1 with sea-query-binder #809

sandhose opened this issue Aug 30, 2024 · 2 comments · Fixed by #810
Assignees

Comments

@sandhose
Copy link
Contributor

Motivation

sqlx 0.8.1 got out a week ago with no breaking API change, but sea-query-binder sets the dependency to <0.8.1

Proposed Solutions

Relax the requirement to <0.9.0, so that we keep compatibility with old version, but still trust sqlx for not doing API-breaking changes in patch versions

Additional Information

@Jupp56
Copy link

Jupp56 commented Sep 1, 2024

To add: sqlx 0.8.1 fixes a security vulnerability. This is actually an important update, I think.

@billy1624 billy1624 self-assigned this Sep 5, 2024
@billy1624 billy1624 mentioned this issue Sep 5, 2024
@billy1624
Copy link
Member

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 a pull request may close this issue.

3 participants