Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ escaper
Method
escaper
plugins/dbms/cache/syntax.py:20–21 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
18
""
"
19
20
def
escaper(value):
21
return
"||"
.join(
"CHAR(%d)"
% _
for
_ in getOrds(value))
22
23
return
Syntax._escape(expression, quote, escaper)
Callers
nothing calls this directly
Calls
1
getOrds
Function · 0.90
Tested by
no test coverage detected