roy-ganz / toql

A friendly and productive ORM
50 stars 1 forks source link

Wrong key when updating partial joins #9

Closed roy-ganz closed 2 years ago

roy-ganz commented 2 years ago

Partial joins share the primary key with their parent entities. Updates on an entity that has a partial join should ensure that all partial joined entities have the same value as a primary key. However this is not the case.

roy-ganz commented 2 years ago

Fixed