Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c61adb commit 0c01be0Copy full SHA for 0c01be0
1 file changed
lib/controller/checks.py
@@ -69,7 +69,7 @@ def unescape(string, dbms):
69
"Sybase": Sybase.unescape
70
}
71
72
- if dbms in unescaper:
+ if dbms in unescaper and "WAITFOR DELAY " not in string:
73
return unescaper[dbms](string)
74
else:
75
return string
0 commit comments