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

Support tinyint(1) unsigned for boolean conversion #84

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

lizztheblizz
Copy link
Contributor

Partial fix for #83

… type conversion on the Destination connector for BigQuery. Rolled back bigint change, but kept tinyint adjustment.
@@ -7,7 +7,6 @@ import (
"net/http"
"strings"
"time"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add back the line here to reduce the diff? And in general, these get formatted with an stdlib block first etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add back the line. I am unclear about what you mean with the other sentence.

@Phanatic Phanatic merged commit d23b75a into main Oct 17, 2023
3 checks passed
@Phanatic Phanatic deleted the bigint-tinyint-changes branch October 17, 2023 14:17
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.

3 participants