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
Unknown Object (File)
Sun, Jan 12, 7:52 PM
Unknown Object (File)
Tue, Dec 31, 11:48 PM
Unknown Object (File)
Tue, Dec 31, 11:48 PM
Unknown Object (File)
Tue, Dec 31, 11:43 PM
Unknown Object (File)
Dec 2 2024, 9:54 PM
Unknown Object (File)
Nov 26 2024, 5:28 AM
Unknown Object (File)
Nov 24 2024, 10:57 PM
Unknown Object (File)
Nov 24 2024, 10:57 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