You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- requires-superuser operator docs un-drifted: migrations/README.md's bootstrap
ordering section and migrate-schema.py's comment/docstring/error text no
longer enumerate a stale 002/004/005 list (006/007 carry the marker too);
the in-file marker is named as authoritative. README also documents 006/007
and the drift-repairing commit_timestamp re-stamp SQL.
- The query-summary all-NULL fallback arm now joins commits and orders by
c.timestamp DESC NULLS LAST, so a series ingested entirely inside the
transient unstamped window deterministically returns its newest value
(matching the replaced join-ordered query); LEFT join keeps orphan rows
fail-visible. Regression test seeds two unstamped rows and asserts the newer
commit's value wins.
- The migrate loader's denormalization UPDATE is now drift-repairing
(IS DISTINCT FROM instead of IS NULL), matching the documented repair form.
- summary.ts module header reworded (IS NOT DISTINCT FROM is no longer the
query-summary mechanism); 006/007 historical-rationale note added to the
skip-scan docblock; orphaned no-Docker comment in groups.test.ts re-attached
to its describe; conn type annotation; _UPDATE_VALUE_MUTATIONS header note.
Deferred (nits, cycle-2 triage): mapWithConcurrency unit test, poolMax default
pin, summary-path coverage of the remaining groupPred pin combinations.
Signed-off-by: "Connor Tsui" <connor@spiraldb.com>
0 commit comments