mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-05-21 03:25:21 +00:00
Add reflection.IsEmptyValue to detect nil, empty string, and zero numbers. Use it in recursive CUD processing to skip update/delete when the primary key is absent, logging a warning instead of proceeding with an invalid operation.