Page MenuHomePhabricator

Refactor all 'get entity by primary key'-like queries not to use ORM
ClosedPublic

Authored by marcin on Jan 18 2024, 9:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 5:51 PM
Unknown Object (File)
Mon, Nov 4, 7:43 AM
Unknown Object (File)
Oct 15 2024, 1:04 PM
Unknown Object (File)
Oct 15 2024, 1:03 PM
Unknown Object (File)
Oct 15 2024, 1:03 PM
Unknown Object (File)
Sep 23 2024, 5:54 AM
Unknown Object (File)
Sep 4 2024, 8:48 AM
Unknown Object (File)
Aug 31 2024, 10:48 PM
Subscribers

Details

Summary

This differential refactors all get entity by string primary key queries not to use ORM.

Test Plan

Execute tests implemented in https://phab.comm.dev/D10711. get by string primary key queries are covered there.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Looks good but address comments form D10704 also here

native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
1417 ↗(On Diff #35795)

we should do something with the camel/snake case here... but probably not in this diff

This revision is now accepted and ready to land.Jan 25 2024, 5:48 AM