Closed patrik-csak closed 6 years ago
When updating data, falsy values were saved as NULL due to the use of == instead of ===.
NULL
==
===
My changes are modeled after this fix, which addresses the same issue when inserting data.
When updating data, falsy values were saved as
NULL
due to the use of==
instead of===
.My changes are modeled after this fix, which addresses the same issue when inserting data.