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
Implement context-aware string-to-number conversion with strict validation
Added comprehensive strict conversion mode support to handle different
contexts (schema validation vs normal operations) while maintaining
MySQL-compatible truncation behavior for issue #7128.
Key changes:
- Context-aware conversion with StrictConvertKey for schema validation
- Updated all numeric conversion functions to support context parameter
- Fixed CHAR(0) to properly return null byte instead of empty array
- Enhanced decimal type to support MySQL-compatible string truncation
- Added strict validation for JSON_TABLE, procedure parameters, DDL operations
- Removed obsolete update error tests that now legitimately pass
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments