Page MenuHomePhabricator

[SQLite] implement removing `MessageToDevice` items
ClosedPublic

Authored by kamil on Feb 26 2024, 2:46 AM.
Tags
None
Referenced Files
F3113810: D11172.diff
Thu, Oct 31, 7:25 PM
Unknown Object (File)
Tue, Oct 15, 7:19 AM
Unknown Object (File)
Tue, Oct 15, 7:19 AM
Unknown Object (File)
Tue, Oct 15, 7:19 AM
Unknown Object (File)
Sep 4 2024, 5:48 AM
Unknown Object (File)
Aug 5 2024, 9:43 AM
Unknown Object (File)
Aug 5 2024, 9:43 AM
Unknown Object (File)
Aug 5 2024, 9:43 AM
Subscribers

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.Mar 1 2024, 12:25 AM
marcin added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
1747–1749 ↗(On Diff #37692)

Same as in D11171 - the convention is to use SQLiteStatementWrapper. Here, however, error handling is done so no change request.

This revision is now accepted and ready to land.Mar 1 2024, 2:25 AM