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
my sql window has
select * from trades limit -200, -100; second;
My cursor is at the end of the line limit -200, -100; after ; sign
limit -200, -100;
I press Ctrl+Enter and the line second is executed.
second
It should execute the statement my cursor is at the moment instead
The text was updated successfully, but these errors were encountered:
it would be good to measure cursor proximity to SQL
Sorry, something went wrong.
No branches or pull requests
my sql window has
My cursor is at the end of the line
limit -200, -100;
after ; signI press Ctrl+Enter and the line
second
is executed.It should execute the statement my cursor is at the moment instead
The text was updated successfully, but these errors were encountered: