Page MenuHomePhabricator

[web-db] implement SQL queries for report store
ClosedPublic

Authored by kamil on May 25 2023, 10:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 7:54 AM
Unknown Object (File)
Mon, Apr 15, 6:55 PM
Unknown Object (File)
Mon, Apr 15, 1:04 AM
Unknown Object (File)
Sun, Apr 14, 7:57 AM
Unknown Object (File)
Sun, Apr 14, 7:54 AM
Unknown Object (File)
Sat, Apr 13, 7:55 AM
Unknown Object (File)
Sat, Apr 13, 1:26 AM
Unknown Object (File)
Fri, Apr 12, 4:54 AM
Subscribers

Details

Summary

Mapping native structure and logic

Depends on D7982

Test Plan

Run tests

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 25 2023, 1:46 PM
michal added inline comments.
web/database/queries/report-queries.test.js
25 ↗(On Diff #27068)

Shouldn't we setupSQLiteDB in the beforeAll?

76 ↗(On Diff #27068)

I think you missed the name

This revision is now accepted and ready to land.May 30 2023, 8:26 AM

add missing name

web/database/queries/report-queries.test.js
25 ↗(On Diff #27068)

because tests are concentrated on the reports table (created via createReportTable()) it doesn't really make any difference, I'll remove this

76 ↗(On Diff #27068)

oversight, fixing