On Wed, Apr 23, 2008 at 1:16 AM, Paul Johnston <[EMAIL PROTECTED]> wrote:
> Ok, I've done a lot of what you suggested and put it at: > http://elixir.ematia.de/trac/ticket/40 > > Still using getattr(mapper, '_Mapper__props'), I can't see any other > way to get the names of relations. I've fixed that. No worries... > Not done a back-and-forth test, as it doesn't yet run clear back-and- > forth - the id columns get set by the database, and it's not possible > to pre-set them with the current interface. I'm not sure it make sense, but we could drop those before creating the instances, but still remember those values to build a lookup mapping, so that further data referencing the same ids reusing the same object instances (whatever the new ids will be). > I guess the other thing that's needed is updates to the documentation. > Anyway, I've done a lot of work to tidy this up already, so I hope you > can apply it soon. Happy to done some further tidy-ups once we've got > an initial version. Applied now, thanks! Btw: next time, try to not revert the last commit in your patch ;-). -- Gaƫtan de Menten http://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 -~----------~----~----~----~------~----~------~--~---
