Skip to content
Snippets Groups Projects
Commit 07b527ec authored by Steven Murray's avatar Steven Murray
Browse files

Set default value of autocommitMode parameter of rdbms::executeNonQueries() to AUTOCOMMIT_ON

parent 26e0ffa5
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ public:
* @param sqlStmts The SQL statements to be executed.
* @param autocommitMode The autocommit mode of the statements.
*/
void executeNonQueries(const std::string &sqlStmts, const AutocommitMode autocommitMode);
void executeNonQueries(const std::string &sqlStmts, const AutocommitMode autocommitMode = AutocommitMode::AUTOCOMMIT_ON);
/**
* Executes the statement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment