-
Notifications
You must be signed in to change notification settings - Fork 3
Add NUMERIC Type #93
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 NUMERIC Type #93
Conversation
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
@d-hrs |
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.
In this repository, please do everything in English.
@@ -106,6 +108,11 @@ public static void convertAndSet(ObjectNode node, String name, String src, Bigqu | |||
} | |||
} | |||
break; | |||
case NUMERIC: | |||
// BigQuery NUMERIC型のスケール最大値が9なのでデフォルト値を9にする |
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.
English please
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.
got it !
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.
Fixed 237377b
build.gradle
Outdated
@@ -12,7 +12,7 @@ repositories { | |||
} | |||
|
|||
group = "io.trocco" | |||
version = "0.0.21" | |||
version = "0.0.22" |
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.
version = "0.0.22" | |
version = "0.1.0" |
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.
Fixed 68bc5aa
@d-hrs |
please change title & description in English. |
@d-hrs |
in English please. |
@d-hrs |
Add github-actions
What I did
Implementation of conversion process from String to NUMERIC
ToDo
Issue
https://github.com/primenumber-dev/n-transfer-ui/issues/9864