Skip to content
Snippets Groups Projects
Commit 11322766 authored by Jared Hancock's avatar Jared Hancock
Browse files

orm: Implement lazy saving of related objects

When associating objects via the ::set() method or by adding them to an
InstrumentedList, avoid saving the object immediately. Instead, lazily
update the primary and foreign key of the associated objects.
parent 3d736b4c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment