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)
Wed, Apr 9, 3:38 AM
Unknown Object (File)
Wed, Apr 9, 3:38 AM
Unknown Object (File)
Wed, Apr 9, 3:38 AM
Unknown Object (File)
Thu, Apr 3, 10:46 PM
Unknown Object (File)
Fri, Mar 28, 12:49 PM
Unknown Object (File)
Mar 15 2025, 8:48 PM
Unknown Object (File)
Mar 14 2025, 5:56 PM
Unknown Object (File)
Mar 13 2025, 12:01 AM

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