Skip to content

Commit

Permalink
removed todo task
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 1, 2022
1 parent c3e4116 commit a504c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/orm/concerns/managestransactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ bool ManagesTransactions::rollbackToSavepoint(const QString &id)
Q_ASSERT(m_inTransaction);
Q_ASSERT(m_savepoints > 0);

// BUG getRawQtQuery() silverqx
auto rollbackToSavepoint = databaseConnection().getQtQuery();
const auto queryString =
QStringLiteral("ROLLBACK TO SAVEPOINT %1_%2").arg(m_savepointNamespace, id);
Expand Down

0 comments on commit a504c43

Please sign in to comment.