We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have multiple series with non-alphanumeric characters like °C, €, m³ etc.
Whenever I try to show one of those serieres, InfluxData API responds with an error.
I assume, it's an encoding issue between InfluxDBStudio and InfluxDB as those series can easily be selected through InfluxDBStudio like
SELECT * FROM "m³" WHERE time > now() - 1d
I guess, I should mention that I run InfluxDBStudio via Wine on Linux.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have multiple series with non-alphanumeric characters like °C, €, m³ etc.
Whenever I try to show one of those serieres, InfluxData API responds with an error.
I assume, it's an encoding issue between InfluxDBStudio and InfluxDB as those series can easily be selected through InfluxDBStudio like
I guess, I should mention that I run InfluxDBStudio via Wine on Linux.
The text was updated successfully, but these errors were encountered: