Skip to content

Commit

Permalink
work on AND operator
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Nov 23, 2024
1 parent fd5b637 commit 89b19b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jamesql/query_simplifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def simplifier(terms):
and normalized_terms not in outer_terms
):
new_terms.append(t[0])
new_terms.append("AND")
new_terms.append(t[2])
elif (
isinstance(t, list)
Expand Down

0 comments on commit 89b19b3

Please sign in to comment.