On Wed, Jun 18, 2008 at 2:00 PM, qkiss <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a way to allow deferrable and initially deferred checking for > ManyToMany relations? There is a case for ManyToOne (using > 'constraint_kwargs') but for ManyToMany I did not find one. > If there is a way to do that then I'd be glad to hear how to do that. > Right now I modified the relationships.py file a bit to allow passing > these attributes to Sqlalchemy from Elixir model.
I'm not sure what you mean here. I first thought you were referring to lazy/eager loading of relationships (which you can pass as "lazy=False" to ManyToMany), but your comment about constraint_kwargs puzzled me. Could you show me your modifications? That'd probably enlighten me and I might also end up applying them on our repository. -- 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 -~----------~----~----~----~------~----~------~--~---
