Details
Details
Experiments with EXPLAIN QUERY PLAN to check if indexes are used and performance is not worse. I decide to not update test because it'll be redundant. Instead, what I did is go to get-related-messages.test.js (added in D14835) and updated temporary flag (added in D14847) to add messages to the backup tables and run tests again.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1561 ↗ | (On Diff #48530) | We have to make sure that the whole result is sorted |
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1561 ↗ | (On Diff #48530) | In SQLite, the ORDER BY is applied to the complete result set when using UNION |