influxdb-cxx icon indicating copy to clipboard operation
influxdb-cxx copied to clipboard

Losing precision when querying Points whenever nanoseconds in timestamps matter.

Open jcracine opened this issue 4 years ago • 0 comments

As the title said, I realised that when I query points the current system using std::chrono makes it that we lose the nanoseconds precision in the timestamp, making it possible to have to Points object with the same ID. I know that the nanoseconds are optional with InfluxDB, but I was wondering if it would be faisible to have it.

jcracine avatar Apr 20 '20 17:04 jcracine