We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45adf21 commit eaab6f2Copy full SHA for eaab6f2
Parser.py
@@ -429,9 +429,6 @@ def run(self):
429
if phrase_keyword in self.like_keywords: # after the column
430
self.like_keyword_offset.append(i)
431
432
- print(self.columns_of_values_of_where)
433
- print(columns_of_where)
434
-
435
for table_of_from in self.tables_of_from:
436
where_object = Where()
437
for i in range(0, len(column_offset)):
0 commit comments