mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
distinguishing NULL from BLANK
This commit is contained in:
parent
e38b59a2ae
commit
ca0d068575
3 changed files with 10 additions and 6 deletions
|
|
@ -253,6 +253,9 @@ SQL_STATEMENTS = {
|
|||
# string representation for NULL value
|
||||
NULL = "NULL"
|
||||
|
||||
# string representation for blank ('') value
|
||||
BLANK = "<blank>"
|
||||
|
||||
# string representation for current database
|
||||
CURRENT_DB = "CD"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue