You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: