We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use fixed with types instead of int / long long int in Point::addField(…).
int
long long int
Point::addField(…)
Docs: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types
The text was updated successfully, but these errors were encountered:
Use fixed with int64 for integer types (#120)
cbbf3d4
b70ebe0
Using std::int64_t only breaks on some systems (int wont convert).
std::int64_t
Sorry, something went wrong.
No branches or pull requests
Use fixed with types instead of
int
/long long int
inPoint::addField(…)
.Docs: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types
The text was updated successfully, but these errors were encountered: