Patch Changes
-
Add support for Date objects to min/max aggregates and range queries when using an index. (#428)
-
Prevent pushing down of where clauses that only touch the namespace of a source, rather than a prop on that namespace. This ensures that the semantics of the query are maintained for things such as
isUndefined(namespace)
after a join. (#600) -
Fix joins using conditions with computed values (such as
concat()
) (#595) -
Fix repeated renders when markReady called when the collection was already ready. This would occur after each long poll on an Electric collection. (#604)
-
Updated dependencies [
51c6bc5
]:- @tanstack/db-ivm@0.1.9