Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ select
Method
select
plugins/dbms/sqlite/connector.py:86–88 ·
view source on GitHub ↗
(self, query)
Source
from the content-addressed store, hash-verified
84
self.connector.commit()
85
86
def
select(self, query):
87
self.execute(query)
88
return
self.fetchall()
Callers
nothing calls this directly
Calls
2
execute
Method · 0.95
fetchall
Method · 0.95
Tested by
no test coverage detected