This differential implements SQLiteQueryExecutor API necessary to persist entry store.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Paths
| Differential D12138 Authored by marcin on May 21 2024, 3:24 AM.
Details
Summary This differential implements SQLiteQueryExecutor API necessary to persist entry store. Test Plan Compile
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMay 21 2024, 3:24 AM2024-05-21 03:24:25 (UTC-7) marcin added a parent revision: D12137: [lib] Create entry store operations.May 21 2024, 3:25 AM2024-05-21 03:25:19 (UTC-7) marcin added inline comments. Harbormaster completed remote builds in B29086: Diff 40449.May 21 2024, 3:40 AM2024-05-21 03:40:46 (UTC-7) marcin added a child revision: D12142: Implement JSI for EntryStore.May 21 2024, 6:15 AM2024-05-21 06:15:33 (UTC-7) This revision is now accepted and ready to land.May 21 2024, 6:17 AM2024-05-21 06:17:56 (UTC-7) Harbormaster completed remote builds in B29099: Diff 40463.May 21 2024, 7:18 AM2024-05-21 07:18:42 (UTC-7) tomek edited parent revisions, added: D12141: [lib] Create entry store handler; removed: D12137: [lib] Create entry store operations.May 21 2024, 7:53 AM2024-05-21 07:53:18 (UTC-7) Harbormaster completed remote builds in B29107: Diff 40473.May 21 2024, 8:08 AM2024-05-21 08:08:14 (UTC-7) marcin edited the test plan for this revision. (Show Details)May 22 2024, 8:44 AM2024-05-22 08:44:01 (UTC-7) Closed by commit rCOMM34fae12d44fa: Implement SQLite API to handle entry store (authored by marcin). · Explain WhyMay 27 2024, 5:45 AM2024-05-27 05:45:12 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40658 native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/DatabaseManagers/entities/EntryInfo.h
web/cpp/SQLiteQueryExecutorBindings.cpp
web/shared-worker/_generated/comm_query_executor.wasm
web/shared-worker/queries/entry-queries.test.js
|