-
Notifications
You must be signed in to change notification settings - Fork 478
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
Multiple queries #636
Comments
Should work, as the result is the same type, just try. |
I try to send it separated by semicolon, but have issue like #214. |
please send a PR with a added unit test where we can see this BUG. |
Create unit-test So close this. |
Hi @Slava96 If you dont mind, can you please add one of these unit-test to this repo for further reference. I will review a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My problem is - I need to send multiple queries at one API call to InfluxDB.
I'm using Spring Boot.
Spring Boot version - 2.2.0.RELEASE
Influx-java version - 2.15
Does this library supports multiple queries at one API call?
Because InfluxDB - see information on "Multiple queries" title:
https://docs.influxdata.com/influxdb/v1.7/guides/querying_data/
The text was updated successfully, but these errors were encountered: