-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: sql unsigned settings #10673
fix: sql unsigned settings #10673
Conversation
@reimda curious your thoughts on this PR and the bug. I wanted to put up the PR with the proposed changes for the reporter to even try them, but I am not sure of the validity of these changes. |
Thank you for the fix, it's working. |
c30c735
to
9b3805d
Compare
Allow the user to specify a specific unsigned value to use for converstion rather than assume the integer value + unsigned. This is done via a new option. Additionally, this actually adds tests for the uint64 and float64 datatypes across clickhouse, mariadb, and postgres. Because postgres does not have support for unsigned values, the number is treated as a bigint. Fixes: influxdata#10671
9b3805d
to
1201c3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the doc change it looks good to me
Co-authored-by: reimda <reimda@users.noreply.github.com>
Co-authored-by: Mya <myalongmire05@gmail.com>
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
Hi! I would like to reopen this issue, because I'm still getting the same problem:
This is my telegraf config:
Any ideas what could be wrong here? Telegraf version is latest - 1.26.3 |
Fixes: #10671