Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd884ec

Browse files
committed
Adding another comment
1 parent b5cca74 commit fd884ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/core/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,10 @@ def parsePasswordHash(password):
10061006
return password
10071007

10081008
def cleanQuery(query):
1009+
"""
1010+
Switch all SQL statement (alike) keywords to upper case
1011+
"""
1012+
10091013
retVal = query
10101014

10111015
for sqlStatements in SQL_STATEMENTS.values():

0 commit comments

Comments
 (0)