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

Multiple queries #636

Closed
Slava96 opened this issue Nov 8, 2019 · 5 comments
Closed

Multiple queries #636

Slava96 opened this issue Nov 8, 2019 · 5 comments

Comments

@Slava96
Copy link

Slava96 commented Nov 8, 2019

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/

@majst01
Copy link
Collaborator

majst01 commented Nov 8, 2019

Should work, as the result is the same type, just try.

@Slava96
Copy link
Author

Slava96 commented Nov 8, 2019

I try to send it separated by semicolon, but have issue like #214.

@majst01
Copy link
Collaborator

majst01 commented Nov 8, 2019

please send a PR with a added unit test where we can see this BUG.

@Slava96
Copy link
Author

Slava96 commented Nov 11, 2019

Create unit-test
My queries runs good!

So close this.

@Slava96 Slava96 closed this as completed Nov 11, 2019
@majst01
Copy link
Collaborator

majst01 commented Nov 11, 2019

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants