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

Method commit

lib_acl_cpp/src/db/db_pgsql.cpp:672–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672bool db_pgsql::commit(void)
673{
674 const char* sql = "commit";
675 if (!sql_update(sql)) {
676 logger_error("%s error: %s", sql, get_error());
677 return false;
678 }
679 return true;
680}
681
682bool db_pgsql::rollback(void)
683{

Callers 3

dict_db_updateFunction · 0.45
dbaddMethod · 0.45
tbl_insertFunction · 0.45

Calls 1

get_errorFunction · 0.50

Tested by

no test coverage detected