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
..
2020-07-28 14:46:48 +08:00
2023-06-01 15:22:21 +08:00
2024-06-17 11:58:13 +08:00
2022-03-24 09:31:58 +08:00
2024-05-08 12:07:58 +08:00
2020-02-23 09:38:51 +08:00
2023-04-21 22:09:38 +08:00
2024-11-21 17:03:31 +08:00
2025-03-11 15:56:46 +08:00
2022-07-14 14:55:54 +08:00
2022-07-14 14:55:54 +08:00
2022-09-05 15:39:19 +08:00

Test Guide

cd tests
# prepare test databases
docker-compose up

# run all tests
./tests_all.sh