MikaelGRA / InfluxDB.Client

InfluxDB Client for .NET
MIT License
102 stars 22 forks source link

Support for InfluxField types of decimal and DateTimeOffset #50

Closed jmcstone closed 5 years ago

jmcstone commented 5 years ago

Hello, I just started using the library and it looks very nice. Would it be possible to add support for decimal and DateTimeOffset InfluxField data types? I am converting from using a SQL Server database to Influx DB and have quite a few areas where we are using decimal and DateTimeOffset data types. I realize that there may be some inconsistencies with the decimal data type as InfluxDB only stores floats. Thanks.

MikaelGRA commented 5 years ago

I will look into this. I don't think it would be a particularly difficult change.

MikaelGRA commented 5 years ago

Included as part of 4.0.1.