Page MenuHomePhabricator

[SQLite] implement query for searching messages
ClosedPublic

Authored by kamil on Jul 22 2024, 10:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 1:58 AM
Unknown Object (File)
Wed, Sep 4, 1:58 AM
Unknown Object (File)
Wed, Sep 4, 1:58 AM
Unknown Object (File)
Wed, Sep 4, 1:58 AM
Unknown Object (File)
Thu, Aug 29, 8:53 PM
Unknown Object (File)
Wed, Aug 28, 3:36 PM
Unknown Object (File)
Wed, Aug 28, 7:17 AM
Unknown Object (File)
Wed, Aug 28, 3:37 AM
Subscribers

Details

Summary

Query similar to keyserver version.

Depends on D12843

Test Plan

Tested in D12851

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.Jul 23 2024, 5:03 AM
kamil added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
2574 ↗(On Diff #42666)

there is no ; on purpose

2589 ↗(On Diff #42666)

we can't use this becuase this will require adding folly dependency to .wasm

This revision is now accepted and ready to land.Jul 23 2024, 6:22 AM
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
2589 ↗(On Diff #42666)

Maybe I shouldn't have abandoned D12761