This diff uses functions implemented in ptwo previous diffs to convert raw string into SQlite database entities
Details
Details
No testing plan. Future diffs will provide a code that uses those functions on iOS and Android respectively
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/cpp/CommonCpp/NativeModules/MessageOperationsUtilities/MessageOperationsUtilities.cpp | ||
---|---|---|
87–92 ↗ | (On Diff #12487) | In this case if any message is malformed, we stop saving all the messages from an array. What do you think about doing the opposite: even if there are malformed messages, save all the well-formed into the db? |