This differential refactors all replace and update queries not to use ORM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/cpp/CommonCpp/DatabaseManagers/entities/EntityQueryHelpers.h | ||
---|---|---|
113 ↗ | (On Diff #35797) | shouldn't we free the error? |
native/cpp/CommonCpp/DatabaseManagers/entities/Thread.h | ||
70 ↗ | (On Diff #35797) | I would create couple of functions bindSQLParam(..) with SQL query, index and different types of value and add implementation for each value - this should make it more reusable |