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)
Fri, Mar 28, 12:49 PM
Unknown Object (File)
Sat, Mar 15, 8:48 PM
Unknown Object (File)
Fri, Mar 14, 5:56 PM
Unknown Object (File)
Thu, Mar 13, 12:01 AM
Unknown Object (File)
Tue, Mar 11, 7:30 AM
Unknown Object (File)
Feb 17 2025, 6:45 PM
Unknown Object (File)
Feb 17 2025, 6:45 PM
Unknown Object (File)
Feb 17 2025, 6:43 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