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
Fix enum 0 value validation to respect STRICT_TRANS_TABLES mode
- Fixed EnumType.Convert() to properly handle strict mode for int(0) and invalid values
- Added early returns in int and string cases to avoid fallthrough to generic handler
- Ensured test contexts (empty context) default to non-strict behavior
- Fixed time.Time and other unhandled types to work correctly in all modes
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments