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

Opt-in Line-Protocol for Compatibility Mode #123

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

Empty2k12
Copy link
Collaborator

@Empty2k12 Empty2k12 commented Jun 29, 2023

Description

Fixes #121

#113 broke the Line Protocol for InfluxDB 1.X databases. This PR adds a opt-in mode for the line-protocol builder that uses the u suffix.

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy
    • with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,reqwest-client -- -D warnings
    • with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,hyper-client -- -D warnings
  • Updated README.md using cargo readme -r influxdb -t ../README.tpl > README.md
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

@msrd0 msrd0 merged commit 8f4e591 into main Jun 29, 2023
32 checks passed
@msrd0 msrd0 deleted the feature/separate-v2-lineprotocol branch June 29, 2023 16:45
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

Successfully merging this pull request may close these issues.

influxdb reports invalid number
2 participants