Skip to content

fix: handle running new queries when there is an operaton in progress#511

Merged
bluestreak01 merged 7 commits intomainfrom
fix/query-cancellation
Dec 22, 2025
Merged

fix: handle running new queries when there is an operaton in progress#511
bluestreak01 merged 7 commits intomainfrom
fix/query-cancellation

Conversation

@emrberk
Copy link
Copy Markdown
Collaborator

@emrberk emrberk commented Dec 21, 2025

  • Adds functionality to abort the query in progress while the query body is being consumed
  • For running query and running all queries in a tab, aborts the ongoing process and starts the new one, if a new operation comes before the old one is completed
  • Prevents editor to infer '\t' as a valid query start character, treats '\t' the same as ' ' by incrementing the column

@bluestreak01 bluestreak01 merged commit d7308ed into main Dec 22, 2025
3 checks passed
@bluestreak01 bluestreak01 deleted the fix/query-cancellation branch December 22, 2025 17:00
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

Successfully merging this pull request may close these issues.

2 participants