Details
Details
Tests and test restore, test logs
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- publish-que
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1737–1739 ↗ | (On Diff #49253) | We couldn't use std::erase(tableNames, std::string("queued_dm_operations")); because it requires C++20 |
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1737–1739 ↗ | (On Diff #49253) | Good news – it looks like C++20 support might be coming with the React Native upgrade! D14976 (Just a note, I don't feel like you need a follow-up task or anything) |
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1737–1739 ↗ | (On Diff #49253) | Awesome! |