Skip to content

@tanstack/db@0.5.19

Choose a tag to compare

@github-actions github-actions released this 13 Jan 02:57
00cceac

Patch Changes

  • Fix isReady() returning true while toArray() 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 getKey functions. 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