Page MenuHomePhabricator

[sqlite] implement logic to get message store logic from SQLite
ClosedPublic

Authored by will on May 30 2024, 2:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 11, 11:23 AM
Unknown Object (File)
Wed, Sep 11, 11:23 AM
Unknown Object (File)
Wed, Sep 11, 11:23 AM
Unknown Object (File)
Wed, Sep 11, 11:23 AM
Unknown Object (File)
Wed, Sep 11, 11:21 AM
Unknown Object (File)
Wed, Sep 11, 11:19 AM
Unknown Object (File)
Aug 28 2024, 1:12 AM
Unknown Object (File)
Aug 27 2024, 1:41 PM
Subscribers

Details

Summary

Selects message store local data in C++ from SQLite

Depends on D12249

Test Plan

Logged the result and verified with SQLite table. Tested further in stack.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will requested review of this revision.May 30 2024, 2:30 PM

Depends on https://phab.comm.dev/D12249

Setting a dependency on the URL doesn't work - we have to use just the diff id D12249

This revision is now accepted and ready to land.Jun 3 2024, 4:42 AM

Depends on https://phab.comm.dev/D12249

Setting a dependency on the URL doesn't work - we have to use just the diff id D12249

Thanks for catching that