We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In addition to #24
The following macros in tests would be really helpful:
--replace_column
--disable_result_log
--let
--eval
--include
The text was updated successfully, but these errors were encountered:
With while also inc/dec is handy together with let/eval.
while
inc
dec
let
eval
Sorry, something went wrong.
Also --source is sometimes used, to repeat same queries within a single test.
--source
No branches or pull requests
In addition to #24
The following macros in tests would be really helpful:
--replace_column
and--disable_result_log
(these are used to patch out results from the output file. Used when testing RAND() and temporal values)--let
and--eval
- might be harder to implement but used by a lot of tests.--include
The text was updated successfully, but these errors were encountered: