Adds methods to operate on integrity store table
Depends on D11323
Paths
| Differential D11300 Authored by will on Mar 11 2024, 6:36 AM.
Details Summary Adds methods to operate on integrity store table Depends on D11323 Test Plan Successfully ran tests in communities-queries.test.js.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMar 11 2024, 6:36 AM2024-03-11 06:36:45 (UTC-7) Harbormaster completed remote builds in B27432: Diff 37980.Mar 11 2024, 7:15 AM2024-03-11 07:15:35 (UTC-7) will added a child revision: D11306: [sqlite] implement C++ integrity store ops.Mar 11 2024, 2:04 PM2024-03-11 14:04:06 (UTC-7) will added a parent revision: D11298: [lib] Refactor integrity reducer to process threadStore ops with sqlite ops. Comment Actions Looks good, there is one problem with thread_hash type - but let's discuss this in D11247 and then you can just update the type here
This revision is now accepted and ready to land.Mar 12 2024, 10:07 AM2024-03-12 10:07:19 (UTC-7)
will edited the summary of this revision. (Show Details)Mar 13 2024, 11:36 PM2024-03-13 23:36:59 (UTC-7)
This revision is now accepted and ready to land.Mar 18 2024, 9:19 PM2024-03-18 21:19:25 (UTC-7) will added inline comments. Harbormaster completed remote builds in B27571: Diff 38151.Mar 18 2024, 9:35 PM2024-03-18 21:35:03 (UTC-7) will removed a child revision: D11306: [sqlite] implement C++ integrity store ops.Mar 25 2024, 1:38 PM2024-03-25 13:38:41 (UTC-7) will added a child revision: D11306: [sqlite] implement C++ integrity store ops.Mar 25 2024, 1:41 PM2024-03-25 13:41:29 (UTC-7) will removed a parent revision: D11298: [lib] Refactor integrity reducer to process threadStore ops with sqlite ops. Closed by commit rCOMMc12a268115b2: [sqlite] add methods to operate on integrity store table (authored by will). · Explain WhyMar 25 2024, 2:11 PM2024-03-25 14:11:09 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38314 lib/ops/integrity-store-ops.js
native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/DatabaseManagers/entities/IntegrityThreadHash.h
native/ios/Comm.xcodeproj/project.pbxproj
|