Page MenuHomePhabricator

[lib] Expose function that processes operations as a part of SQLite API
ClosedPublic

Authored by tomek on May 8 2024, 3:16 AM.
Tags
None
Referenced Files
F3513052: D11931.id40152.diff
Sat, Dec 21, 10:01 PM
F3513051: D11931.id39920.diff
Sat, Dec 21, 10:01 PM
F3513046: D11931.id.diff
Sat, Dec 21, 10:01 PM
F3513045: D11931.diff
Sat, Dec 21, 10:01 PM
Unknown Object (File)
Fri, Dec 6, 1:27 AM
Unknown Object (File)
Wed, Dec 4, 7:08 PM
Unknown Object (File)
Nov 18 2024, 8:17 PM
Unknown Object (File)
Nov 18 2024, 6:48 PM
Subscribers

Diff Detail

Repository
rCOMM Comm
Branch
transactions
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.May 8 2024, 3:31 AM
This revision is now accepted and ready to land.May 9 2024, 2:16 AM

Are you planning to update callsites of processDBStoreOperations to use SQLiteAPI?

web/shared-worker/utils/store.js
159

created ENG-8075

Are you planning to update callsites of processDBStoreOperations to use SQLiteAPI?

There are many places where we're using processDBStoreOperations and in some of them I expect some issues with using config (e.g. in the worker), so I haven't planned to do that in this stack - we can always consider doing it later if we think it will be beneficial.