Open timsehn opened 6 days ago
From Max:
this is triggered when the column is a varchar and the value is not utf-8
From the private schema the customer shared, it seems that the table has a latin1
encoding and individual varchar columns have utf8mb4
encoding. I wonder if Dolt is not overriding column charsets from the table charset.
This is potentially fixed by https://github.com/dolthub/go-mysql-server/pull/2758
Potential customer reports not being able to import a dump that works in MySQL.
Error is:
Looks like a potential string termination issue.
The customer may be able to provide the scrubbed table schema but will not be able to provide the query or the dumpfile so we may have some trouble reproing this.