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
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Don't put properties like _id, _deleted, etc. into documents. CBL 1.x would reject them as invalid data; CBL 2 treats them like any other properties, but if you use names that conflict with ones used by SG's REST API, it will cause undefined behavior when SG tries to add those properties in its JSON responses.