More spelling
This commit is contained in:
parent
9f59f1f7ca
commit
9a6ded32ea
@ -178,7 +178,7 @@ def get_filter_expression(expr, names, values):
|
|||||||
pass
|
pass
|
||||||
tokens2.append(token)
|
tokens2.append(token)
|
||||||
|
|
||||||
# Start of the Shunting-Yard algorigth. <-- Proper beast algorithm!
|
# Start of the Shunting-Yard algorithm. <-- Proper beast algorithm!
|
||||||
def is_number(val):
|
def is_number(val):
|
||||||
return val not in ('<', '>', '=', '>=', '<=', '<>', 'BETWEEN', 'IN', 'AND', 'OR', 'NOT')
|
return val not in ('<', '>', '=', '>=', '<=', '<>', 'BETWEEN', 'IN', 'AND', 'OR', 'NOT')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user