mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
## Summary - Add comprehensive tests for various data types (int, float, string, []byte, time, etc.) - Add struct field type conversion tests - Add JSON/XML data type tests - Add binary data handling tests **Test coverage added:** ~28 test functions Ref #4689 ## Test plan ```bash cd contrib/drivers/mysql go test -v -run "TestModel_.*Type|TestModel_.*Convert" ```