Omkar P debc5f179e
fix: Assigning nil value to *uuid.UUID field in Updates
This PR adds handling for the assignment of a nil value to a
*uuid.UUID field (resolved as a reflect.Ptr to a reflect.Array),
to ensure that the model object reflects the correct value after
Updates() has completed. This PR also adds few supporting test
cases for Updates() with a map and uuid.UUID column.
2025-04-01 12:19:55 +05:30
..
2022-11-21 10:48:13 +08:00