This implements the C++ SQLite operations for the synced metadata store
Depends on D11416
Paths
| Differential D11417 Authored by will on Mar 27 2024, 1:48 PM.
Tags None Referenced Files
Details Summary This implements the C++ SQLite operations for the synced metadata store Depends on D11416 Test Plan synced metadata queries test
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptMar 27 2024, 1:48 PM2024-03-27 13:48:28 (UTC-7) will edited the summary of this revision. (Show Details)Mar 27 2024, 1:49 PM2024-03-27 13:49:20 (UTC-7) Harbormaster completed remote builds in B27733: Diff 38396.Mar 27 2024, 2:11 PM2024-03-27 14:11:40 (UTC-7) kamil added inline comments.
This revision is now accepted and ready to land.Mar 28 2024, 4:44 AM2024-03-28 04:44:35 (UTC-7)
Harbormaster completed remote builds in B27777: Diff 38467.Mar 28 2024, 9:55 AM2024-03-28 09:55:27 (UTC-7)
Closed by commit rCOMMf947cab385e0: [sqlite] add methods to operate on synced metadata table (authored by will). · Explain WhyApr 2 2024, 11:21 PM2024-04-02 23:21:56 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38467 native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/DatabaseManagers/entities/SyncedMetadataEntry.h
|