Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ commit
Method
commit
src/backends/postgresql/session.cpp:390–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
void postgresql_session_backend::commit()
391
{
392
hard_exec(*this, conn_,
"COMMIT"
,
"Cannot commit transaction."
);
393
}
394
395
void postgresql_session_backend::rollback()
396
{
Callers
nothing calls this directly
Calls
1
hard_exec
Function · 0.70
Tested by
no test coverage detected