roy-ganz / toql

A friendly and productive ORM
50 stars 1 forks source link

Update with missing partial joins #8

Closed roy-ganz closed 2 years ago

roy-ganz commented 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.

Also document if fields!(top) includes partial joins.

roy-ganz commented 2 years ago

Fixed in 0.4.2