Skip to content

Releases: mutable-org/mutable

v0.0.185: [WasmV8] Fix `read_result_set()` without projection present.

15 Feb 13:42
6f18260

Choose a tag to compare

Do not assume a projection operator to be present in the logical
plan. Instead insist that it is present if a constant occurs which
was omitted in the result set.

v0.0.184: [IR] Fix `QueryGraph`s swap method.

13 Feb 19:33
1b61c8f

Choose a tag to compare

v0.0.183: [IR] Fix dumping nested `QueryGraph`s.

13 Feb 17:14
e9291cf

Choose a tag to compare

Nested queries in SQL require an alias but internally created nested
queries, e.g. due to HAVING, do not have to.

v0.0.182

13 Feb 00:38
1c253e5

Choose a tag to compare

[Wasm] Add `get_base_address()` helper function

v0.0.181

12 Feb 22:47
c4e9d98

Choose a tag to compare

[WasmDSL] Support `NChar` in `convert()`

v0.0.180: [Schema] Add `is_valid` flag for indexes

12 Feb 21:42
c0eeb0b

Choose a tag to compare

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

09 Feb 00:21
6a3a870

Choose a tag to compare

[Wasm] Fix #217: Handle duplicated build keys.

v0.0.178: [Benchmark] Remove benchmark path prefix

08 Feb 14:34
517219f

Choose a tag to compare

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

06 Feb 16:20
0d61980

Choose a tag to compare

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

06 Feb 15:46
cd25ab3

Choose a tag to compare

[CMake] Fix #214: Explicitly build Boost first.