Page MenuHomePhabricator

[native] start processing report store operations on database
ClosedPublic

Authored by kamil on May 23 2023, 3:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 2:54 AM
Unknown Object (File)
Mon, Apr 15, 3:56 PM
Unknown Object (File)
Sun, Apr 14, 7:58 AM
Unknown Object (File)
Sat, Apr 13, 3:55 PM
Unknown Object (File)
Sat, Apr 13, 12:20 PM
Unknown Object (File)
Fri, Apr 12, 4:24 AM
Unknown Object (File)
Thu, Apr 11, 9:10 AM
Unknown Object (File)
Tue, Apr 9, 10:48 PM
Subscribers

Details

Summary

Enable running ops on SQLite.

Depends on D7936, D7933

Test Plan

Create some ops in reducer and check if they're properly processed on SQLite

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.May 23 2023, 4:55 PM
tomek added inline comments.
lib/ops/report-store-ops.js
90 ↗(On Diff #26857)

Should we e.g. throw when an unsupported operation appears?

This revision is now accepted and ready to land.May 24 2023, 3:11 AM

rebase before landing

lib/ops/report-store-ops.js
90 ↗(On Diff #26857)

In other cases we throw from C++ level, I'll follow current approach