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