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

Incorrect line is executed if cursor is after ; sign #356

Open
ideoma opened this issue Nov 20, 2024 · 1 comment
Open

Incorrect line is executed if cursor is after ; sign #356

ideoma opened this issue Nov 20, 2024 · 1 comment

Comments

@ideoma
Copy link
Contributor

ideoma commented Nov 20, 2024

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

I press Ctrl+Enter and the line second is executed.

It should execute the statement my cursor is at the moment instead

@ideoma ideoma changed the title Incorrect line is executed if cursor is after ; sing Incorrect line is executed if cursor is after ; sign Nov 20, 2024
@bluestreak01
Copy link
Member

it would be good to measure cursor proximity to SQL

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

2 participants