Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ commit
Method
commit
src/backends/sqlite3/session.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void sqlite3_session_backend::commit()
183
{
184
execute_hardcoded(conn_,
"COMMIT"
,
"Cannot commit transaction."
);
185
}
186
187
void sqlite3_session_backend::rollback()
188
{
Callers
nothing calls this directly
Calls
1
execute_hardcoded
Function · 0.85
Tested by
no test coverage detected