We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the error message contains error cause that does not include field name. For example:
Failed StatementExecution: ERROR: value too long for type character varying(36)
The message should include field name, like so:
Failed StatementExecution: ERROR: value too long for type character varying(36) in {{fieldname}}
The text was updated successfully, but these errors were encountered:
Does this particullar error also happen because we don't have ALTER TABLE statement when maxLength gets increased?
ALTER TABLE
maxLength
Sorry, something went wrong.
TBH I haven't looked at this particular instance as it happened in a third-party setup, but it is very plausible this is the case.
No branches or pull requests
Currently the error message contains error cause that does not include field name.
For example:
The message should include field name, like so:
The text was updated successfully, but these errors were encountered: