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)
Mon, Mar 4, 12:39 AM
Unknown Object (File)
Feb 20 2024, 12:40 AM
Unknown Object (File)
Feb 19 2024, 8:57 PM
Unknown Object (File)
Feb 19 2024, 8:16 PM
Unknown Object (File)
Feb 19 2024, 7:25 PM
Unknown Object (File)
Feb 19 2024, 11:54 AM
Unknown Object (File)
Feb 3 2024, 6:47 AM
Unknown Object (File)
Jan 25 2024, 10:16 AM
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