Is your feature request related to a problem?
When I execute many SQL statements at once (e.g. a script with 100 statements), Tabularis currently runs all of them and only shows the results after the entire batch has finished. While it's running, there's no indication of how far along it is — I can't tell whether it's stuck, how many statements remain, or roughly how long it will take.
Describe the solution you'd like
A progress indicator while a multi-statement batch is executing — for example 3/100, meaning the 3rd of 100 statements is currently running. Ideally it would also show which statement is in progress.
Additional context / nice-to-haves
- Streaming results as each statement completes (instead of holding everything until the end) would be even better, so I can start reading early output without waiting for the whole batch.
- Showing the currently-executing statement text (or its line number) would help when one statement is slow, so I know exactly where it's spending time.
Thanks for building Tabularis!
Is your feature request related to a problem?
When I execute many SQL statements at once (e.g. a script with 100 statements), Tabularis currently runs all of them and only shows the results after the entire batch has finished. While it's running, there's no indication of how far along it is — I can't tell whether it's stuck, how many statements remain, or roughly how long it will take.
Describe the solution you'd like
A progress indicator while a multi-statement batch is executing — for example
3/100, meaning the 3rd of 100 statements is currently running. Ideally it would also show which statement is in progress.Additional context / nice-to-haves
Thanks for building Tabularis!