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

cargo sqlx prepare improvement #772

Merged
merged 2 commits into from
Nov 30, 2023
Merged

Conversation

thesuzerain
Copy link
Contributor

This moves the sql query that was in tests/ into the src (the library itself)
This allows cargo sqlx prepare to hit all of the commands easily and prevents it from deleting the the sqlx json.

Also, cargo sqlx prepare -- --tests won't be needed

@Geometrically Geometrically marked this pull request as ready for review November 29, 2023 17:56
@thesuzerain thesuzerain merged commit ed33dd2 into master Nov 30, 2023
6 of 8 checks passed
@thesuzerain thesuzerain deleted the cargo-sqlx-prepare-improvement branch November 30, 2023 18:30
thesuzerain added a commit that referenced this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants