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
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.
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.mobile-testkit/CBLClient/Database.py
Line 238 in 38ed6b2
The text was updated successfully, but these errors were encountered: