API to:
- add decrypted messages
- get all messages (for now this is only needed method)
- remove
Depends on D11722
Paths
| Differential D11723 Authored by kamil on Apr 22 2024, 4:21 PM.
Details Summary API to:
Depends on D11722 Test Plan Run tests
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptApr 22 2024, 4:21 PM2024-04-22 16:21:14 (UTC-7) Harbormaster completed remote builds in B28380: Diff 39374.Apr 22 2024, 4:37 PM2024-04-22 16:37:39 (UTC-7)
This revision is now accepted and ready to land.Apr 26 2024, 7:14 AM2024-04-26 07:14:10 (UTC-7) Closed by commit rCOMMd869a28e8c7d: [SQLite] add queries to decrypted messages table (authored by kamil). · Explain WhyApr 29 2024, 2:10 AM2024-04-29 02:10:40 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39624 lib/types/sqlite-types.js
native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/DatabaseManagers/entities/ReceivedMessageToDevice.h
|