[Repoze-dev] [issue154] [PATCH] repoze.what.plugins.sql allow dynamic relationship

2013-12-17 Thread admin
System message: -- status: chatting -> deferred __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org https://lists.repoze.o

[Repoze-dev] [issue154] [PATCH] repoze.what.plugins.sql allow dynamic relationship

2010-07-12 Thread Vince Spicer
Vince Spicer added the comment: Hello Gustavo, Ok I will look at writing some tests for this and do some more research into that can be used in this case. Vince __ Repoze Bugs __ _

[Repoze-dev] [issue154] [PATCH] repoze.what.plugins.sql allow dynamic relationship

2010-07-12 Thread Gustavo Narea
Gustavo Narea added the comment: Hello, Vince. Thank you very much for reporting this and offering a patch. We need tests before applying this patch though. If you could write them/it, that'd be great as I could release a new version of the plugin immediately. If not, I'm afraid we'll have t

[Repoze-dev] [issue154] [PATCH] repoze.what.plugins.sql allow dynamic relationship

2010-07-12 Thread Vince Spicer
Vince Spicer added the comment: Fixed typo in diff -- status: unread -> chatting __ Repoze Bugs __Index: repoze/what/plugins/sql/adapters.py ==

[Repoze-dev] [issue154] [PATCH] repoze.what.plugins.sql allow dynamic relationship

2010-07-12 Thread admin
System message: __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

[Repoze-dev] [issue154] [PATCH] repoze.what.plugins.sql allow dynamic relationship

2010-07-12 Thread Vince Spicer
New submission from Vince Spicer : eagerload throws an error when using eagerload against a dynamic relationship AttributeError: 'list' object has no attribute 'append_without_event' So this fix looks for the lazy='dynamic' property and using lazyload in place of eagerlaod. -- file