About this capture
COLLECTED BY
Collection: Save Page Now Outlinks
{{ message }}
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
string is too large for column
Consider the following table:
dsimple> create table t(val char(3)); dsimple> insert into t values ('dasdsa'); string is too large for column
Dolt should add to the error message the name of the offending column like mysql
mysql> insert into t values ('dasdsa'); ERROR 1406 (22001): Data too long for column 'val' at row 1
The text was updated successfully, but these errors were encountered:
I'm getting similar error when using dolt diff
dolt diff
diff --dolt a/foo b/foo --- a/foo @ v8f05butvl7q9n72kiidnqg5vvp4so66 +++ b/foo @ 9i9hs0ls3slb3cp0u70c275sn0akgmst Failed transforming row split_diffs string '%!v(MISSING)' is too large for column '%!v(MISSING)'
Would be great to have something more helpful
Sorry, something went wrong.
No branches or pull requests
Consider the following table:
Dolt should add to the error message the name of the offending column like mysql
The text was updated successfully, but these errors were encountered: