Skip to content

MySQL: Fix character length error#36125

Draft
martykulma wants to merge 2 commits intoMaterializeInc:mainfrom
martykulma:maz-mysql-varchar-error
Draft

MySQL: Fix character length error#36125
martykulma wants to merge 2 commits intoMaterializeInc:mainfrom
martykulma:maz-mysql-varchar-error

Conversation

@martykulma
Copy link
Copy Markdown
Contributor

This fixes the MySQL error returned when a field character length is longer than the detected max character length (e.g. varchar(len)). The current implementation reports the byte count and the max character length, making errors confusing.

Also adds boundary testing with utfmb4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant