Scenario: Created two new (unsaved) model objects. Want to associate them and populate both with other data before saving.
1. Is it possible to associate the objects before either one is saved (before either one has a primary key)? 2. If yes, then when saving the owner object (to which the other belongs), does the owner object's primary key id get stored to the dependent object's key column for this association? (Yes, I know I can populate one and save it, and then associate, populate, and save the other. But I have an interesting use case that would be facilitated by being able to associate two new, unsaved objects.) Thanks for any pointers! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
