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
Currenlty, the fuzz all functions function is fairly primitive and will generate the same fuzzing statements if no new functions are added.
fuzz all functions
These functions are currently in a weird order (see attachment). It might be nice if the for loop looks more like
for function in scalar_functions: generate_sql(function);
It could also be nice if the functions are applied as a where condition, that way they are tested on different combinations of all_types inputs.
clog_functions.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currenlty, the
fuzz all functions
function is fairly primitive and will generate the same fuzzing statements if no new functions are added.These functions are currently in a weird order (see attachment). It might be nice if the for loop looks more like
It could also be nice if the functions are applied as a where condition, that way they are tested on different combinations of all_types inputs.
clog_functions.txt
The text was updated successfully, but these errors were encountered: