Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Dec 21, 2022
1 parent db9d5bb commit 5e4fff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orm_lib/src/TransactionImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class TransactionImpl : public Transaction,
autoCommit_ = autoCommit;
}
void commit(std::function<void(bool)> callback) override;

private:
DbConnectionPtr connectionPtr_;
bool autoCommit_{true};
Expand Down

0 comments on commit 5e4fff7

Please sign in to comment.