You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant float/double auto_increment tests from insert_queries.go
- Removed "auto increment on float" and "auto increment on double" tests
- These scenarios are now impossible since CREATE TABLE fails for float/double AUTO_INCREMENT
- Validation is already covered in script_queries.go tests
- Eliminates duplicate test coverage for the same validation logic
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments