influxdata/influxdb-php

[Enhancement] Allow time precision setting when creating database object

Jervelund opened this issue · 0 comments

I'm writing an API which contains a lot of queries using this library. As I need to set the precision for every call to query, it increases the verbosity of my code.

It would be beneficial to be able to set the precision once, with the option of overriding the setting if precision is set on a specific call to query.