influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

Can you add a parameter to QueryBuilder->getResultSet() ? #148

Open CKbug opened 4 years ago

CKbug commented 4 years ago

public function getResultSet($params = []){ return $this->db->query($this->parseQuery(), $params); }

CKbug commented 4 years ago

Hi, Can you see this question? Thanks! @thecodeassassin @gianarb