Skip to content

feat: Making expected SQL annotations more descriptive and repeatable #225

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

Conversation

nagyesta
Copy link
Contributor

@nagyesta nagyesta commented May 23, 2025

  • Add new repeated ExpectSelect/ExpectInsert/ExpectUpdate/ExpectDelete annotation variants
  • Include optional comment in ExpectSelect/ExpectInsert/ExpectUpdate/ExpectDelete/ExpectJdbcQueryExecution
  • Add and register new verifiers
  • Add new test cases

Resolves #222

@nagyesta
Copy link
Contributor Author

Must be merged after #224

@nagyesta nagyesta force-pushed the 222-making-expected-sql-annotations-more-descriptive branch from c882dc6 to 13974cf Compare May 23, 2025 21:52
@nagyesta nagyesta marked this pull request as ready for review May 23, 2025 22:04
- Add new repeated ExpectSelect/ExpectInsert/ExpectUpdate/ExpectDelete annotation variants
- Include optional comment in ExpectSelect/ExpectInsert/ExpectUpdate/ExpectDelete
- Add and register new verifiers
- Add new test cases

Resolves quick-perf#222

Signed-off-by: Esta Nagy <nagyesta@gmail.com>
@nagyesta nagyesta force-pushed the 222-making-expected-sql-annotations-more-descriptive branch from 13974cf to a1a9c40 Compare May 23, 2025 22:07
- Add optional comment to ExpectJdbcQueryExecution

Resolves quick-perf#222

Signed-off-by: Esta Nagy <nagyesta@gmail.com>
@nagyesta nagyesta closed this May 27, 2025
@nagyesta nagyesta deleted the 222-making-expected-sql-annotations-more-descriptive branch May 27, 2025 22:00
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.

Making expected SQL annotations more descriptive and repeatable
1 participant