Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ReverseLowerBound behavior in MemDB with unique index (#1074)
This change resolves a test failure in the js-sdk caused by an unexpected MemDB search behavior. The issue stems from the `ReverseLowerBound` method behaving differently for unique and non-unique indexes. Key changes: - Set `doc_id_actor_id_server_seq` index as unique - Ensures correct record retrieval in `FindMinSyncedSeqInfo` - Resolves `ConnectError: [internal] change not found` during DetachDocument Addressed a known MemDB limitation where index uniqueness affects search behavior, referencing hashicorp/go-memdb#96.
- Loading branch information