-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Run selection #155
Comments
Here's how I'd like to do this: when the selection changes, have duckdb parse the selection (see #131 ). If it's a valid query, change the "Run Query" button to say "Run Selection" and on click or ctrl+enter, run the selection instead. Shouldn't be hard to manage the state with a few reactive vars. |
#34 is kind of related -- with that we'd only execute the query at the cursor, and not execute other queries (separated by semicolons) in the editor. |
This has been released in v0.0.23 |
Harlequin with latest duckdb on fedora 38.
Is it possible to run a selection from an sql scirpt file rather than the whole file?
Apologies if I am missing somehting very obvious.
The text was updated successfully, but these errors were encountered: