Skip to content

Comments

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

Merged
0gr merged 2 commits intomasterfrom
feat-add-getter-for-calc-field-raw-value
May 13, 2022
Merged

feat: Add methods to get the raw string value of Calculated fields#36
0gr merged 2 commits intomasterfrom
feat-add-getter-for-calc-field-raw-value

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