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
Describe the bug Trying to use cr8 timeit with complex queries with comments I get failures.
cr8 timeit
To Reproduce Pipe the following to cr8 timeit:
SELECT 1; /* test */
-->
SQLParseException[line 1:11: mismatched input '<EOF>' expecting {'SELECT'
Expected behavior It runs SELECT 1;
SELECT 1;
cr8 Version: (cr8 --version) 0.26.1
cr8 --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Trying to use
cr8 timeit
with complex queries with comments I get failures.To Reproduce
Pipe the following to
cr8 timeit
:-->
Expected behavior
It runs
SELECT 1;
cr8 Version: (
cr8 --version
)0.26.1
The text was updated successfully, but these errors were encountered: