We're going to fetch the operation in the lib code, so we have to include the code in the SQLite API.
https://linear.app/comm/issue/ENG-10335/prepare-utils-to-unshim-operations-in-a-migration
Depends on D14454
Paths
| Differential D14456 Authored by tomek on Mon, Mar 17, 7:07 AM.
Tags None Referenced Files
Subscribers
Details Summary We're going to fetch the operation in the lib code, so we have to include the code in the SQLite API. https://linear.app/comm/issue/ENG-10335/prepare-utils-to-unshim-operations-in-a-migration Depends on D14454 Test Plan Tested the whole stack on both native and web:
unshimDMOperations( state, dmOperationTypes.CREATE_THREAD, handleReduxMigrationFailure, ): MigrationFunction<WebNavInfo, AppState>),
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMon, Mar 17, 7:07 AM2025-03-17 07:07:10 (UTC-7) tomek added a child revision: D14457: [lib] Create unshimming queue.Mon, Mar 17, 7:10 AM2025-03-17 07:10:50 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mon, Mar 17, 7:41 AM2025-03-17 07:41:50 (UTC-7) Harbormaster completed remote builds in B33758: Diff 47448.Tue, Mar 18, 4:04 AM2025-03-18 04:04:41 (UTC-7) This revision is now accepted and ready to land.Tue, Mar 18, 8:11 AM2025-03-18 08:11:31 (UTC-7) Closed by commit rCOMMddc042ca13e8: [native][web] Include fetching DM operations in SQLite API (authored by tomek). · Explain WhyWed, Mar 19, 9:57 AM2025-03-19 09:57:10 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47421 lib/types/sqlite-types.js
lib/utils/__mocks__/config.js
native/database/sqlite-api.js
web/database/sqlite-api.js
|