Selects message store local data in C++ from SQLite
Depends on D12249
Paths
| Differential D12253 Authored by will on May 30 2024, 2:13 PM.
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
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMay 30 2024, 2:13 PM2024-05-30 14:13:10 (UTC-7) Harbormaster completed remote builds in B29321: Diff 40796.May 30 2024, 2:30 PM2024-05-30 14:30:05 (UTC-7) Comment Actions
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 AM2024-06-03 04:42:55 (UTC-7) will edited the summary of this revision. (Show Details)Jun 3 2024, 4:44 AM2024-06-03 04:44:08 (UTC-7) Comment Actions
Thanks for catching that Harbormaster completed remote builds in B29573: Diff 41161.Jun 10 2024, 5:33 AM2024-06-10 05:33:24 (UTC-7) Harbormaster completed remote builds in B29574: Diff 41162.Jun 10 2024, 5:46 AM2024-06-10 05:46:45 (UTC-7) Closed by commit rCOMM311602b156e7: [sqlite] implement logic to get message store logic from SQLite (authored by will). · Explain WhyJun 10 2024, 5:57 AM2024-06-10 05:57:49 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41163 lib/reducers/message-reducer.test.js
lib/types/store-ops-types.js
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp
web/shared-worker/utils/store.js
web/shared-worker/worker/process-operations.js
|