On Wed, Sep 30, 2009 at 00:09, Christopher Arndt <[email protected]> wrote:
> In turbogears 1.1 we provide our own session-aware mapper emulation > based on the wiki page mentioned in the deprecation warning: > > http://trac.turbogears.org/browser/branches/1.1/turbogears/database.py#L100 > > Maybe Elixir can do something similar? I don't really understand why SA > chose to drop such handy features as the implicit query attribute and > constructors that take attribute/value kwargs. Yes, I did something similar indeed. Thanks for the link. FWIW, I notice you used "autoadd" instead of "save_on_init", which was what SA used previously. IMO, it was not worth breaking backward compatibility... especially in a feature meant precisely to retain backward compatibility... -- 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 -~----------~----~----~----~------~----~------~--~---
