Skip to content

Commit 7bb7438

Browse files
elianddbclaude
andcommitted
Unskip SET with auto_increment validation tests
- Removed Skip: true from "set with auto increment" test - Our validation now correctly handles SET columns with AUTO_INCREMENT - All assertions expect "Incorrect column specifier" errors which match MySQL behavior - Fixes issue dolthub/dolt#9470 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9cc1ac5 commit 7bb7438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9606,7 +9606,6 @@ where
96069606
},
96079607
},
96089608
{
9609-
Skip: true,
96109609
Name: "set with auto increment",
96119610
Dialect: "mysql",
96129611
SetUpScript: []string{

0 commit comments

Comments
 (0)