SqExpress icon indicating copy to clipboard operation
SqExpress copied to clipboard

MySQL(MariaDB) utf8mb4の対応

Open Swipoke opened this issue 9 months ago • 1 comments

データベースのDEFAULT_CHARACTER_SET_NAME = utf8mb4で作成。 CreateFixedSizeStringColumn(isUnicode = false) で作成した実際の列はutf8mb4になるが、 database.GetTables()で取得したテーブルのcol.SqlTypeはutf8、IsUnicode == true となる

Swipoke avatar Mar 28 '25 06:03 Swipoke