Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ commit
Method
commit
lib/utils/api.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
self.connection.close()
101
102
def
commit(self):
103
self.connection.commit()
104
105
def
execute(self, statement, arguments=None):
106
with
self.lock:
Callers
15
_get_cursor
Method · 0.80
close
Method · 0.80
closeAll
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
select
Method · 0.80
execute
Method · 0.80
select
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected