Page MenuHomePhabricator

[SQLite] add queries to decrypted messages table
ClosedPublic

Authored by kamil on Apr 22 2024, 4:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 7, 11:02 AM
Unknown Object (File)
Mar 8 2025, 5:22 PM
Unknown Object (File)
Feb 21 2025, 8:07 AM
Unknown Object (File)
Feb 21 2025, 8:07 AM
Unknown Object (File)
Feb 21 2025, 8:07 AM
Unknown Object (File)
Feb 15 2025, 10:49 AM
Unknown Object (File)
Jan 26 2025, 10:17 AM
Unknown Object (File)
Jan 22 2025, 1:27 AM
Subscribers

Details

Summary

API to:

  • add decrypted messages
  • get all messages (for now this is only needed method)
  • remove

Depends on D11722

Test Plan

Run tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 23 2024, 6:39 AM
lib/types/sqlite-types.js
7 ↗(On Diff #39374)

Can we force it to confirm to a limited set of strings here?

native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
2172 ↗(On Diff #39374)

Can we simplify this query to SELECT * FROM?

lib/types/sqlite-types.js
7 ↗(On Diff #39374)

I'll add a diff with definition and then update the type here

native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
2172 ↗(On Diff #39374)

That will also query id field (see D11722) and we don't want that

This revision is now accepted and ready to land.Apr 26 2024, 7:14 AM