Details
Details
- Reviewers
kamil - Commits
- rCOMM79771b824459: [lib][native][web] Support updating deviceID in…
Everything runs and compiles. Logic tested in the next diff
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1459–1464 ↗ | (On Diff #49222) | I would use named parameters (:deviceID) to make it more readable |
| web/shared-worker/queries/outbound-p2p-message-queries.test.js | ||
| 214–217 ↗ | (On Diff #49222) | I would implement one test case to cover that, with AI this should be couple minutes and will for sure make testing easier |