Closed
Description
Bug report
Hey,
in InfluxDB version 1.2.0 it is not possible to read from measurements starting with an underscore. If the name of a measurement starts with "_" the response is always empty. In a previous version (e.g. 1.0.1), the measurements could be queried as expected.
System info: Windows 7 / InfluxDB 1.2.0
Steps to reproduce:
- Create a measurement starting with an underscore. E.g.: _data
- Reading from the measurement. E.g.: SELECT * FROM _data
Expected behavior: The data contained in the measurement
Actual behavior: An empty response