Patch Changes
-
fix a race condition that could result in the initial state of a joined collection being sent to the live query pipeline twice, this would result in incorrect join results. (#451)
-
Refactor live query collection (#432)
-
Fix infinite loop bug with queries that use orderBy clause with a limit (#450)
-
mark item drafts as a
mutable
type (#408) -
Fix query optimizer to preserve outer join semantics by keeping residual WHERE clauses when pushing predicates to subqueries. (#442)