v.23.7Experimental Feature

Experimental MaterializedMySQL Supports Unquoted UTF-8 Strings in DDL

(experimental MaterializedMySQL) Now unquoted UTF-8 strings are supported in DDL for MaterializedMySQL. #52318 (Val Doroshchuk).
MaterializedMySQL now supports unquoted UTF-8 strings in DDL.

Why it matters

This feature enables the use of unquoted UTF-8 strings in Data Definition Language (DDL) statements within the experimental MaterializedMySQL engine. It improves compatibility and usability by allowing more flexible definition of schemas with UTF-8 string identifiers without requiring quotation.

How to use it

When using the MaterializedMySQL engine for replication, you can now write DDL statements with UTF-8 strings without quoting them, simplifying schema creation and synchronization processes.