v0.13.1-alpha
Pre-release
Pre-release
Release v0.13.1-alpha
Added
- Adds
isInterruptible
property toCompileOptions
. The default value isfalse
. Please see the KDocs for more information. - Adds support for thread interruption in compilation and execution. If you'd like to opt-in to this addition, please see
theisInterruptible
addition above for more information. - Adds support for CLI users to use CTRL-C to cancel long-running compilation/execution of queries
Fixed
- Fix a bug in
FilterScanToKeyLookup
pass wherein it was rewriting primary key equality expressions with references
to the candidate row on both sides. Now it will correctly ignore such expressions. - Fixes build failure for version
0.13.0
by publishingpartiql-plan
as an independent artifact. Please note thatpartiql-plan
is experimental.
Contributors
Thank you to all who have contributed!
List of commits: v0.13.0-alpha...v0.13.1-alpha