@@ -7165,7 +7165,7 @@ where
7165
7165
},
7166
7166
},
7167
7167
{
7168
- Name : "charset validation strict vs non-strict mode" ,
7168
+ Name : "charset validation strict vs non-strict mode" ,
7169
7169
Dialect : "mysql" ,
7170
7170
SetUpScript : []string {
7171
7171
"create table charset_test (c char(10), v varchar(10), txt text) character set utf8mb4;" ,
@@ -7230,7 +7230,7 @@ where
7230
7230
},
7231
7231
},
7232
7232
{
7233
- Name : "charset validation issue #8893 - customer scenario" ,
7233
+ Name : "charset validation issue #8893 - customer scenario" ,
7234
7234
Dialect : "mysql" ,
7235
7235
SetUpScript : []string {
7236
7236
"create table products (id int primary key, name text character set utf8mb4);" ,
@@ -7267,7 +7267,7 @@ where
7267
7267
},
7268
7268
},
7269
7269
{
7270
- Name : "charset validation edge cases - formatInvalidByteForError testing" ,
7270
+ Name : "charset validation edge cases - formatInvalidByteForError testing" ,
7271
7271
Dialect : "mysql" ,
7272
7272
SetUpScript : []string {
7273
7273
"create table charset_edge_test (c char(10), v varchar(20), t text);" ,
@@ -7369,7 +7369,7 @@ where
7369
7369
Query : "insert into charset_edge_test(c) values (UNHEX('446F6C744C6162AE'));" ,
7370
7370
ExpectedErrStr : "Incorrect string value: '\\ xAE' for column 'c' at row 1" ,
7371
7371
},
7372
-
7372
+
7373
7373
// NON-STRICT MODE TESTS (should truncate)
7374
7374
{
7375
7375
Query : "set sql_mode = '';" ,
@@ -7409,7 +7409,7 @@ where
7409
7409
},
7410
7410
},
7411
7411
{
7412
- Name : "charset validation ASCII range tests" ,
7412
+ Name : "charset validation ASCII range tests" ,
7413
7413
Dialect : "mysql" ,
7414
7414
SetUpScript : []string {
7415
7415
"create table ascii_test (c char(10), v varchar(20), t text);" ,
0 commit comments