Thank you very much. In the meantime I got it running by using the mapper.add_property() method, but using the belongs_to and has_many statements makes the code more readable.
So, good job. Thanks, Regards, Ben On Aug 31, 1:25 pm, "Gaetan de Menten" <[EMAIL PROTECTED]> wrote: > On 8/29/07, Ben Schwarze <[EMAIL PROTECTED]> wrote: > > > > > IMHO, it doesn't seem to be a bug. The error message reveals that it's > > missing the required join that defines the relation between the > > objects. > > > So, the actual question is where to put this join. > > The answer is you don't. Elixir should have done that for you, and now > (with the latest trunk) it does. > -- > Gaƫtan de Mentenhttp://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
