Page MenuHomePhabricator

[IGNORE][CommCoreModule] `ROLLBACK` if migration idx <= db_version_inside_transaction
AbandonedPublic

Authored by atul on Oct 20 2022, 8:59 AM.
Tags
None
Referenced Files
F3246538: D5441.diff
Fri, Nov 15, 12:29 AM
Unknown Object (File)
Sun, Nov 3, 7:45 PM
Unknown Object (File)
Sun, Nov 3, 12:36 AM
Unknown Object (File)
Sun, Nov 3, 12:35 AM
Unknown Object (File)
Sun, Nov 3, 12:30 AM
Unknown Object (File)
Sep 26 2024, 10:16 PM
Unknown Object (File)
Sep 26 2024, 10:16 PM
Unknown Object (File)
Sep 26 2024, 10:13 PM

Details

Reviewers
kamil
jon
Summary

NA


Depends on D5440

Test Plan

NA

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
570–572

seems a little odd to me, lines 557-559 should iterate to the next applicable migration.

This logic seems like it would be really error prone and a source of constant pain later on.

This was only ever meant as a demonstration