More spelling
This commit is contained in:
parent
9f59f1f7ca
commit
9a6ded32ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue