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

feat: Add methods to get the raw string value of Calculated fields #36

Merged
merged 2 commits into from
May 13, 2022

Conversation

tomohiro-okuyama
Copy link
Contributor

  • Adds String CalcFieldValue.getRawValue(), String Record.getCalcFieldRawValue(String) and String TableRow.getCalcFieldRawValue(String).
  • Fixes the return value types of CalcFieldValue.getValue(), Record.getCalcFieldValue(String) and TableRow.getCalcFieldValue(String)
    to avoid breaking changes in Change type for Calc Fields from BigDecimal to String #34.
    These methods return BigDecimal as before.

@0gr 0gr merged commit dfffd32 into master May 13, 2022
@0gr 0gr deleted the feat-add-getter-for-calc-field-raw-value branch May 13, 2022 08:02
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