Page MenuHomePhabricator

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

Authored by tomek on Wed, May 8, 3:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 13, 10:36 PM
Unknown Object (File)
Sat, May 11, 2:01 PM
Unknown Object (File)
Fri, May 10, 4:22 AM
Unknown Object (File)
Fri, May 10, 4:21 AM
Unknown Object (File)
Fri, May 10, 4:20 AM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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

web/shared-worker/utils/store.js
159 ↗(On Diff #39920)

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.