Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for numerical comparisons #1

Open
tlodge opened this issue Nov 7, 2013 · 1 comment
Open

No support for numerical comparisons #1

tlodge opened this issue Nov 7, 2013 · 1 comment

Comments

@tlodge
Copy link

tlodge commented Nov 7, 2013

Seems that queries of the form select * from atable where col < x

where col is a numeric field (INTEGER / FLOAT / DOUBLE) doesn't work - as it appears to treat col as a STRING. Similarly when a float is used explicity, i.e.

select * from atable where col < 5.0

the query_parser raises an exception.

@srobertson
Copy link
Contributor

What datasource are you using? Can you post an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants