Commit be71ca2
Fix TestCreateForeignKeys to expect OkResult for SET statements
- Updated foreign_key_queries.go test expectations for SET FOREIGN_KEY_CHECKS statements
- Changed from expecting empty rows {} to types.NewOkResult(0)
- Fixed 3 failing test assertions in foreign key tests
- All TestCreateForeignKeys tests now pass with the new SET statement behavior
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 7a4d0e6 commit be71ca2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1485 | 1485 | | |
1486 | 1486 | | |
1487 | 1487 | | |
1488 | | - | |
| 1488 | + | |
1489 | 1489 | | |
1490 | 1490 | | |
1491 | 1491 | | |
| |||
1497 | 1497 | | |
1498 | 1498 | | |
1499 | 1499 | | |
1500 | | - | |
| 1500 | + | |
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
| |||
2777 | 2777 | | |
2778 | 2778 | | |
2779 | 2779 | | |
2780 | | - | |
| 2780 | + | |
2781 | 2781 | | |
2782 | 2782 | | |
2783 | 2783 | | |
| |||
0 commit comments