You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: OS X 10.10.4 (although I have seen the same issue on other OSes)
InfluxDB version: 0.9.3
Install: Pre-built package
Test case: Should be able to repro on any database, just format the query as below using <= for time upper bound.
I have the following data in my InfluxDB database (among other data):
OS: OS X 10.10.4 (although I have seen the same issue on other OSes)
InfluxDB version: 0.9.3
Install: Pre-built package
Test case: Should be able to repro on any database, just format the query as below using <= for time upper bound.
I have the following data in my InfluxDB database (among other data):
When I try to query using an inclusive upper and lower bound on time, only the lower bound is actually inclusive - the upper bound is exclusive.
Can anyone shed some light on what might be happening? Is the <= inequality not supported? Is there some sort of clock skew issue?
Thanks very much.
The text was updated successfully, but these errors were encountered: