ricardochimal/taps

would be great to know what data triggers error "value too long for type character varying(255)"

Opened this issue · 0 comments

When converting from sqlite3 to postgres, it's possible to have strings in sqlite that are too long for postgres.

Currently, it throws an error and stop running, without even saying which table it was starting, or the record/field that caused the issue.

Best solution IMO would be to truncate the field and continue (with warning message).

Next best solution IMO would be to indicate which table/record/field was too long.