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

fix: using sqlx::test macro inside macro's #3536

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

joeydewaal
Copy link
Contributor

Does your PR solve an issue?

fixes #3534

This fixes a regression in the sqlx::test macro, this pr makes it work inside macro's. The error message seems to also have been changed by accident between version 0.7.4 and 0.8.0 so I changed it back.

@joeydewaal
Copy link
Contributor Author

Wasn't really sure how to write a proper regression test for this, I hope this is sufficient.

@abonander abonander merged commit 81298b8 into launchbadge:main Oct 2, 2024
79 checks passed
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.

Macro parameter for migrations folder causes compile-time error in version 0.8
2 participants