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
sql
Branch: https://github.com/bonitoo-io/flux/tree/fix/sql-misc
Bugs:
translationFunc
TUint
InitColumnTypes
scale == 0
BIGINT UNSIGNED
codes.Invalid
codes.Internal
Refactor:
String()
to.go: CreateInsertComponents()
getTranslationFunc()
label
Enhancements:
go.mod
The text was updated successfully, but these errors were encountered:
feat(stdlib/contrib): Add stdlib/contrib package events (influxdata#3266
c6a0809
) * feat(stdlib/contrib): Add stdlib/contrib package events * feat(stdlib/contrib): Add stdlib/contrib package events (#1) * fix(stdlib/contrib): copy editing * feat(stdlib/contrib): additional test coverage
alespour
No branches or pull requests
Branch: https://github.com/bonitoo-io/flux/tree/fix/sql-misc
Bugs:
translationFunc
- missing outgoingTUint
mappingInitColumnTypes
- only whenscale == 0
then integer can be assumedtranslationFunc
:TUint
should map toBIGINT UNSIGNED
translationFunc
: unsupported type error whould be reported withcodes.Invalid
instead ofcodes.Internal
Refactor:
translationFunc
and not useString()
just like in recently added db supportsto.go: CreateInsertComponents()
-getTranslationFunc()
called in loop,label
map not used anywhereEnhancements:
go.mod
NOTE There already is a pending PR #3172 for Azure dep updateThe text was updated successfully, but these errors were encountered: