-
Notifications
You must be signed in to change notification settings - Fork 116
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: boolDatatype not match line protocol #191
Conversation
Codecov Report
@@ Coverage Diff @@
## master #191 +/- ##
=======================================
Coverage 89.62% 89.62%
=======================================
Files 27 27
Lines 1860 1860
=======================================
Hits 1667 1667
Misses 138 138
Partials 55 55
Continue to review full report at Codecov.
|
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.
@PeerXu, Thanks for the fix! Add also changelog entry, please.
@vlastahajek add something to changelog. |
CHANGELOG.md
Outdated
@@ -1,4 +1,7 @@ | |||
## 2.1.0 [in progress] | |||
### Bug fixes | |||
1. [#190](https://github.com/influxdata/influxdb-client-go/issues/190) Fixed QueryTableResult.Next() failed to parse boolean datatype. |
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.
Please, add a link to PR, not to issue..
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.
ok now.
Proposed Changes
fix bug: failed to parse boolean datatype in
QueryTableResult
.Checklist