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

Fixed the example code for sqlx::test #2355

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

kenkoooo
Copy link
Contributor

This pull request fixes the example code for sqlx::test.

  • Import Row required to use Row::get.
  • Declare foo to assign the query result.
  • Add the type parameter for the index.

@abonander
Copy link
Collaborator

@kenkoooo if you rebase on main it should fix those CI failures.

@kenkoooo
Copy link
Contributor Author

Thanks, @abonander! I fixed it.

@abonander abonander merged commit 291e79a into launchbadge:main Mar 2, 2023
@kenkoooo kenkoooo deleted the fix/test-macro-document branch March 4, 2024 13:14
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