-
Notifications
You must be signed in to change notification settings - Fork 583
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
Remove unnecessary Box
#556
Conversation
Pull Request Test Coverage Report for Build 2808289422
💛 - Coveralls |
dc715bb
to
a8f3337
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was this context. thank you |
Here is a description of the issue that I like (though I am obviously biased It is for a slightly different issue, but the principle is the same |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops ... I approved before seeing the comments from @alamb
Yes, this should be a work in progress. I am looking at the work @alamb linked. |
Marking as draft as we work on this issue 👍 thanks @ever0de |
thank you I was wondering if I should change it. |
hello. At the current main 72559e9 commit, I tried running the sql syntax of #540 PR, but it fails with stack overflow. Maybe I've missed something? Using Commandx=286 ; echo 'print("SELECT * FROM {}ttt{}".format("("*'$x',")"*'$x'))' | python3 > test.sql && cargo run --example cli --manifest-path Cargo.toml test.sql --snowflake Output
|
Hi friends! Currently |
@ever0de Would you mind updating this PR to revert the changes but add a comment instead? |
First of all, I understand that this PR is a bad fix. Can I close this PR? |
Yes, please go ahead! Thanks. |
Previously,
Query
variant in enumStatement
seemed to be used recursively, but this is not the case now.