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

Support for InfluxQL #533

Open
Rafael-Etaplus opened this issue Jun 5, 2023 · 0 comments
Open

Support for InfluxQL #533

Rafael-Etaplus opened this issue Jun 5, 2023 · 0 comments

Comments

@Rafael-Etaplus
Copy link

Proposal:
According to this document. The influxdb still supports the influx Query Language (QL).

Current behavior:
Currently using a query which has QL syntax ends with error:
error @1:1-1:7: undefined identifier select

Desired behavior:
There is a way to run influx Query Language with this client. If this is not supported, it should be written explicitly in the documentation that this feature is not supported.

Alternatives considered:

  • Rewriting all the QL-queries into flux which cause additional effort
  • Writing own client to support the Query Language

Use case:
Existing application used in production was implemented using Query Language syntax. After upgrading the database from version 1.x to the newest 2.x it is not possible to use the client with queries written in Query Language

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