Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ endTransaction
Method
endTransaction
lib/core/replication.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
self.execute(
'BEGIN TRANSACTION'
)
101
102
def
endTransaction(self):
103
self.execute(
'END TRANSACTION'
)
104
105
def
select(self, condition=None):
106
""
"
Callers
1
dbTableValues
Method · 0.45
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected