Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ do_commit
Method
do_commit
web/db.py:587–588 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
585
self.query(
"SAVEPOINT webpy_sp_%s"
)
586
587
def
do_commit(self):
588
self.query(
"RELEASE SAVEPOINT webpy_sp_%s"
)
589
590
def
do_rollback(self):
591
self.query(
"ROLLBACK TO SAVEPOINT webpy_sp_%s"
)
Callers
nothing calls this directly
Calls
1
query
Method · 0.95
Tested by
no test coverage detected