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

Disjunctions on time ranges should result in error instead of treating as conjunction #33

Open
toddlipcon opened this issue Jan 7, 2020 · 0 comments

Comments

@toddlipcon
Copy link

A query like:

select mean(usage_user)  from cpu where hostname = 'host_99' and time > 1 or time <= 1;

is treated the same as if the 'or' were an 'and'. This means it returns no results whereas it should return all rows. If disjunctions on time aren't meant to be supported, an error should be returned instead of an empty result set.

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

1 participant