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

Use fixed with types for field #120

Open
offa opened this issue May 16, 2022 · 1 comment
Open

Use fixed with types for field #120

offa opened this issue May 16, 2022 · 1 comment

Comments

@offa
Copy link
Owner

offa commented May 16, 2022

Use fixed with types instead of int / long long int in Point::addField(…).

Docs: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types

@offa offa added this to the v0.7.0 milestone May 16, 2022
@offa offa removed the api-change label Jun 14, 2022
@offa
Copy link
Owner Author

offa commented Jun 14, 2022

Using std::int64_t only breaks on some systems (int wont convert).

@offa offa removed this from the v0.7.0 milestone Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant