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(crdt): scope constraint checkpoints and snapshots by database
CRDT constraint checkpoint filenames and tombstone lookups were keyed
by tenant and collection only, so a collection with the same name in
a different database within the same tenant could collide. Include
the database id in checkpoint filenames and replace the crdt_constraints
snapshot tuple with a named CrdtConstraintEntry struct carrying the
database id alongside tenant, collection, version, and constraints.
0 commit comments