Releases: mutable-org/mutable
Releases · mutable-org/mutable
v0.0.184: [IR] Fix `QueryGraph`s swap method.
Add missing data members.
v0.0.183: [IR] Fix dumping nested `QueryGraph`s.
Nested queries in SQL require an alias but internally created nested queries, e.g. due to HAVING, do not have to.
v0.0.182
[Wasm] Add `get_base_address()` helper function
v0.0.181
[WasmDSL] Support `NChar` in `convert()`
v0.0.180: [Schema] Add `is_valid` flag for indexes
We currently do not support automatic updates on indexes. To ensure correct query results, inserts on tables will now invalidate all indexes on that table such that the indexes are no longer used to answer queries.
v0.0.179
[Wasm] Fix #217: Handle duplicated build keys.
v0.0.178: [Benchmark] Remove benchmark path prefix
To run benchmarks in `benchmark/some-suite` the script expected `some-suite` as path which does not work well with shell auto-completion of paths.
v0.0.177: [Shell] Fix #215: Adapt CLI print opts for Clang17
Using LLVM Clang17 on macOS, the I/O manipulation operations `std::left` and `std::right` produce a UBSan error. Therefore, refactor the code to print the shell help and to list all available components by manually insert padding to achieve the same alignment as before. Once this issue is fixed, this commit can be reverted.
v0.0.176
[CMake] Fix #214: Explicitly build Boost first.
v0.0.175
[UTest] Add tests for optional pooled strings