Skip to content

fix: clear range error for out-of-range whole number columns (#83) - #164

Open
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/fix-wholenumber-range-error-issue-83
Open

fix: clear range error for out-of-range whole number columns (#83)#164
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/fix-wholenumber-range-error-issue-83

Conversation

@zekelinAlex

@zekelinAlex zekelinAlex commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Сreating a record with a whole-number value above int range used to fail with a confusing "Incorrect attribute value type System.Int64" from the sdk. now the cli catches it first and tells you the value is out of the whole-number range, so it's clear the value is too big, not the type wrong.

Close #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Case-Validation

Development

Successfully merging this pull request may close these issues.

record create: Integer overflow gives misleading 'Incorrect attribute value type' error

2 participants