We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56220e9 + 23bcaef commit 3637d1aCopy full SHA for 3637d1a
Framework/Built_In_Automation/Database/BuiltInFunctions.py
@@ -451,7 +451,7 @@ def select_from_db(data_set):
451
if "table" in left.lower():
452
# Get the and query, and remove any whitespaces
453
table_name= right.strip()
454
- if left.lower()=="where":
+ if left.strip().lower()=="where":
455
where=right.strip()
456
if "action" in mid.lower():
457
variable_name = right.strip()
0 commit comments