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)
Wed, Jul 17, 10:56 PM
Unknown Object (File)
Thu, Jul 11, 1:02 AM
Unknown Object (File)
Wed, Jul 10, 12:59 AM
Unknown Object (File)
Sun, Jul 7, 5:13 PM
Unknown Object (File)
Thu, Jul 4, 6:14 PM
Unknown Object (File)
Sat, Jun 29, 1:38 PM
Unknown Object (File)
Fri, Jun 28, 2:55 PM
Unknown Object (File)
Jun 26 2024, 1:41 PM
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