This implements the sqlite operations for thread activity in C++
Depends on D11579
Paths
| Differential D11581 Authored by will on Apr 8 2024, 6:33 AM.
Details Summary This implements the sqlite operations for thread activity in C++ Depends on D11579 Test Plan flow check. Ran the thread-activity-queries.test.js successfully
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptApr 8 2024, 6:33 AM2024-04-08 06:33:28 (UTC-7) Harbormaster completed remote builds in B28053: Diff 38903.Apr 8 2024, 7:05 AM2024-04-08 07:05:53 (UTC-7) Harbormaster completed remote builds in B28059: Diff 38909.Apr 8 2024, 7:39 AM2024-04-08 07:39:07 (UTC-7) Comment Actions Looks good, thanks for adding unit tests... definitely improves confidence in changes This revision is now accepted and ready to land.Apr 8 2024, 10:30 AM2024-04-08 10:30:52 (UTC-7) Closed by commit rCOMM7aa6f6dc604f: [sqlite] Implement C++ methods for thread activity (authored by will). · Explain WhyApr 19 2024, 1:08 PM2024-04-19 13:08:47 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39318 lib/ops/thread-activity-store-ops.js
native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
|