go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Collation Coercibility

Open Hydrocharged opened this issue 3 years ago • 0 comments

Currently, collation coercibility is approximated using an incorrect implementation. There are many instances where we will use the wrong collation or outright fail when we should succeed. A full implementation would require quite a bit of development time, therefore this issue is simply tracking that it needs to get done at some point.

Refer to the following MySQL page for more information: https://dev.mysql.com/doc/refman/8.0/en/charset-collation-coercibility.html

Hydrocharged avatar Sep 07 '22 11:09 Hydrocharged