File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -529,6 +529,8 @@ def getFields(self, query):
529
529
elif fieldsSelect :
530
530
fieldsToCastStr = fieldsSelect .group (1 )
531
531
532
+ fieldsToCastStr = fieldsToCastStr or ""
533
+
532
534
# Function
533
535
if re .search ("\A\w+\(.*\)" , fieldsToCastStr , re .I ) or (fieldsSelectCase and "WHEN use" not in query ) or fieldsSubstr :
534
536
fieldsToCastList = [fieldsToCastStr ]
Original file line number Diff line number Diff line change 19
19
from lib .core .enums import OS
20
20
21
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
- VERSION = "1.0.12.8 "
22
+ VERSION = "1.0.12.9 "
23
23
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
24
24
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
25
25
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e extra/sqlharvest/__init__.py
24
24
35029bd013e74ca45749aa57e585aac9 lib/controller/controller.py
25
25
ec007a1424da78cfdae90da6ae49ed9b lib/controller/handler.py
26
26
cc9c82cfffd8ee9b25ba3af6284f057e lib/controller/__init__.py
27
- 04f16204c899438dc7599a9a8426bfee lib/core/agent.py
27
+ cdffff6260c40ccb4e4092fc21d9d63f lib/core/agent.py
28
28
eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py
29
29
aef64655185ac789696de9ba73d65ec9 lib/core/common.py
30
30
ab5ef8fe4e4beaef4016d458d0fdefe3 lib/core/convert.py
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
45
45
b3a62d41a5af6cd7fa733b6227febb0c lib/core/replication.py
46
46
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
47
47
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48
- 2941eff566f8a42de4ff1e748385df12 lib/core/settings.py
48
+ 3112bd43b07ac2ca9c7c50bbb1575e4c lib/core/settings.py
49
49
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
50
50
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51
51
c3ace7874a536d801f308cf1fd03df99 lib/core/target.py
You can’t perform that action at this time.
0 commit comments