mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #4513
This commit is contained in:
parent
91045aab60
commit
c4e6c3e854
3 changed files with 6 additions and 2 deletions
|
|
@ -330,6 +330,8 @@ def getUnicode(value, encoding=None, noneToNull=False):
|
|||
True
|
||||
>>> getUnicode(1) == u'1'
|
||||
True
|
||||
>>> getUnicode(None) == 'None'
|
||||
True
|
||||
"""
|
||||
|
||||
if noneToNull and value is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue