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

cr8 timeit unable to handle comments with semicolon in individual line #380

Open
hlcianfagna opened this issue Jul 31, 2024 · 0 comments
Open

Comments

@hlcianfagna
Copy link
Contributor

Describe the bug
Trying to use cr8 timeit with complex queries with comments I get failures depending on whether they contain semicolons on the same line where the comment is started.

To Reproduce
Pipe the following:

/* 
comment 2 ;
*/
select 1;

-->

SQLParseException[line 1:1: mismatched input '/' expecting {'SELECT'

This instead works:

/* comment 2 ; */
select 1;

Expected behavior
Runs select 1; without a SQLParseException

cr8 Version: (cr8 --version)

0.26.1

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

No branches or pull requests

1 participant