Skip to content

Add comma separated multi statement #27

@Trucc

Description

@Trucc

Refering to Influxdb Multi statement

It would be awesome to have a QL that would handle mutli statement over the HTTP API without doing like this :

var QL = []; QL.push(client.query("temperature").addField("value").where("device", query.device).where('time',query.to.unix()*1000000000, "<").toSelect()) QL.push(client.query("temperature").addField("value").where("device", query.device).where('time', query.to.unix()*1000000000, "<").toSelect()) var datas = await client.queryPost(QL.join(";"),"test")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions