mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-26 06:30:17 +00:00
Add comments
test Revert "test" This reverts commit fb831f268b7a2f0ccd20595aff64902ab4f4b4ee.
This commit is contained in:
@@ -91,5 +91,7 @@ bool Database::GetAutoCommit() {
|
||||
}
|
||||
|
||||
void Database::SetAutoCommit(bool value) {
|
||||
// TODO This should not just access a pointer. A future PR should update this
|
||||
// to check for null and throw an error if the connection is not valid.
|
||||
Database::con->setAutoCommit(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user