For InfluxQL metaqueries to work with Cloud Serverless, active database needs to be set (via db HTTP query parameter). Current version only supports settings active via USE clause.
This PR adds sets active database using value of ON clause if present in the query and no db was set with USE.
[x] CHANGELOG.md updated with a link to the PR (not the Issue)
Fixes https://github.com/influxdata/EAR/issues/5278
For InfluxQL metaqueries to work with Cloud Serverless, active database needs to be set (via
db
HTTP query parameter). Current version only supports settings active viaUSE
clause.This PR adds sets active database using value of
ON
clause if present in the query and no db was set withUSE
.