mirror of
https://gitee.com/johng/gf
synced 2026-07-04 13:02:36 +08:00
## Summary - Add Lock/LockUpdate/LockShared tests - Add OmitNil/OmitEmpty/OmitNilData tests - Add Cache mechanism tests - Add Batch operation tests **Test coverage added:** ~34 test functions across 4 files Ref #4689 ## Test plan ```bash cd contrib/drivers/mysql go test -v -run "TestModel_Lock|TestModel_Omit|TestModel_Cache|TestModel_Batch" ```