react-native-cbl icon indicating copy to clipboard operation
react-native-cbl copied to clipboard

Problem with query

Open rkyun opened this issue 7 years ago • 1 comments

hey @bjornd I'm not sure if there is problem with your cbl2 wrapper or with something else, but when I'm trying to get document by @cblProvider using docId / query all its properties that are not strings/booleans are stripped.

document in DB: { "name" : "example", "visible": true, "order": 2 }

query result: { "name" : "example", "visible": true }

rkyun avatar Aug 08 '18 14:08 rkyun

I'll check on this, note that cbl2 is not even alpha now, so such stuff can happen here and there.

bjornd avatar Aug 08 '18 14:08 bjornd