pshampanier/squill

Adding support of query batch in history

Opened this issue · 0 comments

When a batch is submitted, it's currently added to the history as QueryExecution and then cannot be reused as a batch later via the history but only individual queries can. It would be preferable to be able to recall the full batch from the history rather than the individual queries themselves.