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

add temp fix for spanner float #31

Merged
merged 1 commit into from
Sep 13, 2021
Merged

add temp fix for spanner float #31

merged 1 commit into from
Sep 13, 2021

Conversation

Idokah
Copy link
Collaborator

@Idokah Idokah commented Sep 12, 2021

This is a temp fix for the float problem with spanner.
We just make sure that we don't get a float when the column.subtype is 'decimal'.

@Idokah
Copy link
Collaborator Author

Idokah commented Sep 12, 2021

If we want to really solve it, we need to insert the float number with Spanner.float(), after that the number becomes an object, and we need to parse it later.

@noam-almog noam-almog merged commit 7e23da6 into master Sep 13, 2021
@noam-almog noam-almog deleted the fix-spanner-float branch September 13, 2021 14:43
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.

2 participants