Page MenuHomePhabricator

[SQLite] rename all QueryExecutor params to `camelCase`
ClosedPublic

Authored by kamil on Jul 23 2024, 3:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 2:31 PM
Unknown Object (File)
Fri, Sep 6, 7:17 PM
Unknown Object (File)
Thu, Sep 5, 10:13 AM
Unknown Object (File)
Wed, Sep 4, 12:42 AM
Unknown Object (File)
Wed, Sep 4, 12:42 AM
Unknown Object (File)
Wed, Sep 4, 12:42 AM
Unknown Object (File)
Wed, Sep 4, 12:42 AM
Unknown Object (File)
Fri, Aug 30, 12:51 PM
Subscribers

Details

Summary

There was a huge inconsistency in naming - using the same style for all.

Depends on D12854

Test Plan

yarn jest, build and run the native app

Diff Detail

Repository
rCOMM Comm
Branch
cpp-search-2
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jul 23 2024, 5:04 AM
This revision is now accepted and ready to land.Jul 23 2024, 6:38 AM

We can also build and run the native app as a part of the test plan.