Closed roy-ganz closed 2 years ago
Updating a struct with a selectable partial join that is None fails with a missing value message. This is wrong. Toql should just ignore empty partial joins for updates.
None
Also document if fields!(top) includes partial joins.
fields!(top)
Fixed in 0.4.2
Updating a struct with a selectable partial join that is
None
fails with a missing value message. This is wrong. Toql should just ignore empty partial joins for updates.Also document if
fields!(top)
includes partial joins.