File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -389,11 +389,11 @@ bool CompetitorWidget::saveData()
389389 qf::core::model::DataDocument::EditState edit_state = doc->saveEditState ();
390390 bool ret = false ;
391391 try {
392- qf::core::sql::Transaction transaction;
392+ // qf::core::sql::Transaction transaction;
393393 // doc->setSaveSiidToRuns(true);
394394 if (Super::saveData ())
395395 ret = saveRunsTable ();
396- transaction.commit ();
396+ // transaction.commit();
397397 }
398398 catch (BadDataInputException &e) {
399399 qf::qmlwidgets::dialogs::MessageBox::showError (this , e.message ());
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Schema {
248248 },
249249 Index {fields: [' stageId' ]; references: ForeignKeyReference {table: ' stages' ; fields: [' id' ]; } },
250250 Index {fields: [' relayId' , ' leg' ]; unique: false },
251- Index {fields: [' stageId' , ' siId' ]; unique: false }
251+ Index {fields: [' stageId' , ' siId' ]; unique: false } // might be duplicate to enable SI card sharing in not overlapping runs
252252 ]
253253 },
254254 Table { name: ' relays'
You can’t perform that action at this time.
0 commit comments