Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ do_rollback
Method
do_rollback
web/db.py:590–591 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
588
self.query(
"RELEASE SAVEPOINT webpy_sp_%s"
)
589
590
def
do_rollback(self):
591
self.query(
"ROLLBACK TO SAVEPOINT webpy_sp_%s"
)
592
593
class
dummy_engine:
594
""
"Transaction Engine used instead of subtransaction_engine
Callers
nothing calls this directly
Calls
1
query
Method · 0.95
Tested by
no test coverage detected