Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confused by "Integer" support #9

Closed
BrannonKing opened this issue Mar 8, 2016 · 2 comments
Closed

confused by "Integer" support #9

BrannonKing opened this issue Mar 8, 2016 · 2 comments

Comments

@BrannonKing
Copy link

According to the InfluxDB documentation, it's integer support is 64bit long. That makes me think you should support the .NET "long" type. "Integer" with a capital "I" seemed to imply "int" in C# landw; there is no System.Integer though.

@mvadu
Copy link
Contributor

mvadu commented Mar 8, 2016

@BrannonKing you are right, I should change it to long from int. Will do it tonight.

mvadu added a commit that referenced this issue Apr 13, 2016
Fixes #7 and #9, Support for multi type points, and long (int64). Also a breaking chnage the DB structure
mvadu added a commit that referenced this issue Apr 13, 2016
Fixes #7 and #9, Support for multi type points, and long (int64). Also a breaking chnage the DB structure
@mvadu
Copy link
Contributor

mvadu commented Apr 14, 2016

Closed by #10

@mvadu mvadu closed this as completed Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants