Skip to content

Fix oracle number casting issue#93

Merged
codedmart merged 1 commit intomainfrom
codedmart/oracle-number-issue
Oct 30, 2025
Merged

Fix oracle number casting issue#93
codedmart merged 1 commit intomainfrom
codedmart/oracle-number-issue

Conversation

@codedmart
Copy link
Copy Markdown
Contributor

No description provided.

t == "JSON" -> NDCScalar.JSON
t == "FLOAT" -> NDCScalar.FLOAT64
t == "NUMBER" -> mapNumericPrecisionAndScaleToNDCScalar(numericPrecision ?: 0, numericScale ?: 0)
t == "NUMBER" -> mapNumericPrecisionAndScaleToNDCScalar(numericPrecision ?: 38, numericScale ?: 0)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The rest of the changes are just formatting. This is the actual change/fix.

@codedmart codedmart merged commit 9adcb3b into main Oct 30, 2025
3 checks passed
@codedmart codedmart deleted the codedmart/oracle-number-issue branch October 30, 2025 17:07
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.

1 participant