mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Major bugfix to avoid "IFNULL and CAST" on CASE
This commit is contained in:
@@ -83,7 +83,8 @@ SQL_STATEMENTS = {
|
||||
" limit ",
|
||||
" offset ",
|
||||
" union all ",
|
||||
" rownum as ", ),
|
||||
" rownum as ",
|
||||
"(case ", ),
|
||||
|
||||
"SQL data definition": (
|
||||
"create ",
|
||||
|
||||
Reference in New Issue
Block a user