MCPcopy Create free account
hub / github.com/acl-dev/acl / commit

Method commit

lib_acl_cpp/src/db/db_sqlite.cpp:886–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886bool db_sqlite::commit(void)
887{
888 const char* sql = "commit transaction;";
889 if (sql_update(sql) == false) {
890 logger_error("%s error: %s", sql, get_error());
891 return false;
892 }
893 return true;
894}
895
896bool db_sqlite::set_busy_timeout(int nMillisecs)
897{

Callers

nothing calls this directly

Calls 1

get_errorFunction · 0.50

Tested by

no test coverage detected