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
fix(data): resolve strict schema for AS OF SYSTEM TIME NULL predicates
AS OF SYSTEM TIME NULL (all-versions audit) with a WHERE predicate on
a document_strict collection returned zero rows: the audit fetch
matched the predicate against the raw stored Binary Tuple body with a
MessagePack-only matcher, which never matches a Binary Tuple. The
fetch now resolves the strict schema before matching, mirroring the
AS OF <cutoff> arm.
Fixes#170.
0 commit comments