Skip to content

Commit ead1e15

Browse files
elianddbclaude
andcommitted
Add TODO comment for enum empty string test MySQL compatibility
Need to fix error type to match MySQL exactly - should return ErrInvalidColumnDefaultValue instead of ErrIncompatibleDefaultType. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b998d8a commit ead1e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8809,7 +8809,7 @@ where
88098809
},
88108810
{
88118811
// This is with STRICT_TRANS_TABLES or STRICT_ALL_TABLES in sql_mode
8812-
Skip: true,
8812+
Skip: true, // TODO: Fix error type to match MySQL exactly (should be ErrInvalidColumnDefaultValue)
88138813
Name: "enums with empty string",
88148814
Dialect: "mysql",
88158815
SetUpScript: []string{

0 commit comments

Comments
 (0)