This diff introduces a shared interface on SQLiteAPI so the JS code in lib can hit this API on both native and web.
Depends on D12739
Paths
| Differential D12740 Authored by ashoat on Jul 14 2024, 6:14 PM.
Details Summary This diff introduces a shared interface on SQLiteAPI so the JS code in lib can hit this API on both native and web. Depends on D12739 Test Plan
Diff Detail
Event TimelineHarbormaster completed remote builds in B30313: Diff 42273.Jul 14 2024, 6:38 PM2024-07-14 18:38:37 (UTC-7) This revision is now accepted and ready to land.Jul 15 2024, 2:58 AM2024-07-15 02:58:43 (UTC-7) ashoat retitled this revision from [lib] Introduce getLatestMessageEdit to SQLiteAPI to [lib] Introduce getRelatedMessages to SQLiteAPI.Jul 15 2024, 7:03 PM2024-07-15 19:03:59 (UTC-7) Harbormaster failed remote builds in B30350: Diff 42312!Jul 15 2024, 7:31 PM2024-07-15 19:31:41 (UTC-7) ashoat added a child revision: D12764: [lib] Introduce useGetLatestMessageEdit.Jul 15 2024, 7:38 PM2024-07-15 19:38:00 (UTC-7) Harbormaster failed remote builds in B30356: Diff 42318!Jul 15 2024, 8:42 PM2024-07-15 20:42:33 (UTC-7) Harbormaster completed remote builds in B30372: Diff 42335.Jul 16 2024, 4:32 AM2024-07-16 04:32:01 (UTC-7) Closed by commit rCOMM308cf3b2c316: [lib] Introduce getRelatedMessages to SQLiteAPI (authored by ashoat). · Explain WhyJul 16 2024, 6:46 PM2024-07-16 18:46:45 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42371 lib/types/sqlite-types.js
lib/utils/__mocks__/config.js
native/database/sqlite-api.js
web/database/sqlite-api.js
|