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)
Mon, Dec 16, 6:08 AM
Unknown Object (File)
Mon, Dec 16, 6:08 AM
Unknown Object (File)
Mon, Dec 16, 6:08 AM
Unknown Object (File)
Mon, Dec 16, 6:08 AM
Unknown Object (File)
Mon, Dec 16, 6:00 AM
Unknown Object (File)
Nov 10 2024, 6:58 AM
Unknown Object (File)
Oct 4 2024, 2:04 AM
Unknown Object (File)
Sep 29 2024, 1:18 AM
Subscribers

Details

Summary

Mapping native structure and logic

Depends on D7982

Test Plan

Run tests

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

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

Shouldn't we setupSQLiteDB in the beforeAll?

76

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

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

76

oversight, fixing