Patch Changes
-
Fix
isReady()returningtruewhiletoArray()returns empty results. The status now correctly waits until data has been processed through the graph before marking ready. (#1114)Also fix duplicate key errors when live queries use joins with custom
getKeyfunctions. D2's incremental join can produce multiple outputs for the same key during a single graph run; this change batches all outputs into a single transaction to prevent conflicts. -
Introduce $selected namespace for accessing fields from SELECT clause inside ORDER BY and HAVING clauses. (#1094)
-
Updated dependencies [
2456adb]:- @tanstack/db-ivm@0.1.15