[Zope-dev] Zope Tests: 5 OK

2008-05-06 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon May 5 11:00:00 2008 UTC to Tue May 6 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Mon May 5 20:56:21 EDT 2008 URL:

[Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Martijn Faassen
Hey, Laurence Rowe wrote: See pypi or the readme for details, but briefly usage is something like: engine = create_engine('sqlite:///') Session = scoped_session(sessionmaker( ... bind=engine, transactional=True, autoflush=True, ... extension=ZopeTransactionExtension()))

Re: [Zope-dev] mysqldbda bloats zodb

2008-05-06 Thread Adam GROSZER
Silence is consent. Fix is ready and tested. I'll go ahead and fix this. Monday, May 5, 2008, 6:57:24 PM, you wrote: AG Hello, AG I'm digging again around rdb and friends. AG It seems now that mysqldbda bloats zodb in AG def _connection_factory(self): AG Create a MySQLdb DBI

[Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Martijn Faassen
Laurence Rowe wrote: I've uploaded it to zope svn and pypi. See http://pypi.python.org/pypi/zope.sqlalchemy Another comment: Could you please use proper release numbers instead of the 0.1dev-r86482 stuff? And follow the official release procedure, which doesn't seem to be actually

Re: [Zope-dev] zope.sqlalchemy

2008-05-06 Thread Brian Sutherland
On Tue, May 06, 2008 at 02:26:58AM +0100, Laurence Rowe wrote: Any comments appreciated. It looks very, very good. -- Brian Sutherland ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or

[Zope-dev] Somebody needs to talk at EuropPython.

2008-05-06 Thread Lennart Regebro
So, we need talks at EuropPython about both Repoze and Grok. I can't go, but I want to make sure *somebody* does. :) Hands up: Who is talking about Grok, and who talks about Repoze? :) Other super-cool Zope technologies that should be talked about? -- Lennart Regebro: Zope and Plone consulting.

[Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Martijn Faassen
Martijn Faassen wrote: Laurence Rowe wrote: I've uploaded it to zope svn and pypi. See http://pypi.python.org/pypi/zope.sqlalchemy And yet another setup.py comment: the 'url' section right now points to http://svn.zope.org/zope.sqlalchemy'. I'm not sure, but I thought we had a policy not to

[Zope-dev] Re: [Repoze-dev] Somebody needs to talk at EuropPython.

2008-05-06 Thread Chris McDonough
I can't go either. If anyone wanted to give a talk, they'd be welcome to use my repoze.zope2 slides at http://plope.com/static/presentations/repoze-zope2-pycon-2008.pdf (I also have it in Keynote format as necessary). - C Lennart Regebro wrote: So, we need talks at EuropPython about both

[Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Laurence Rowe
Martijn Faassen wrote: Hey, Laurence Rowe wrote: See pypi or the readme for details, but briefly usage is something like: engine = create_engine('sqlite:///') Session = scoped_session(sessionmaker( ... bind=engine, transactional=True, autoflush=True, ...

Re: [Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Michael Bayer
On May 6, 2008, at 12:14 PM, Laurence Rowe wrote: Martijn Faassen wrote: One thing I understood from Christian Theune is that with scoped sessions, explicit session.save() is not always necessary. Since I see it being used here, could you perhaps comment on this? Registering a mapper

[Zope-dev] Re: [Repoze-dev] Somebody needs to talk at EuropPython.

2008-05-06 Thread Godefroid Chapelle
Lennart Regebro wrote: So, we need talks at EuropPython about both Repoze and Grok. I can't go, but I want to make sure *somebody* does. :) Hands up: Who is talking about Grok, and who talks about Repoze? :) Other super-cool Zope technologies that should be talked about? I think Lennart is

[Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Martijn Faassen
Laurence Rowe wrote: [snip] This is great news, also for megrok.rdb, which we started to develop at the Grokkerdam sprint. I read somewhere on one of the blog planets that you had discussed container implementations. Any more information/code about this? I'm quite hopeful that Zope 2.12 will

[Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Martijn Faassen
Hey Michael, Thanks for the input! Michael Bayer wrote: [snip] So I've already not liked save_on_init for a couple of years due to its inherent intrusiveness, and because SA historically does not like being in the business of providing framework features (though we have decided to stay in

Re: [Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Christian Theune
Hi, On Tue, May 06, 2008 at 12:53:05PM -0400, Michael Bayer wrote: On May 6, 2008, at 12:14 PM, Laurence Rowe wrote: Martijn Faassen wrote: One thing I understood from Christian Theune is that with scoped sessions, explicit session.save() is not always necessary. Since I see it being

[Zope-dev] Re: New i18n locale extraction concept

2008-05-06 Thread Maurits van Rees
Christian Zagrodnick, on 2008-05-01: On 2008-05-01 02:06:17 +0200, Roger Ineichen [EMAIL PROTECTED] said: What does this mean? The locale extraction is now a part of a recipe and not a part of a package itself. My goal is to remove the dependencies in the z3c.recipe.i18n, because right

Re: [Zope-dev] Re: zope.sqlalchemy

2008-05-06 Thread Michael Bayer
On May 6, 2008, at 5:24 PM, Martijn Faassen wrote: Hey Michael, Thanks for the input! Michael Bayer wrote: [snip] So I've already not liked save_on_init for a couple of years due to its inherent intrusiveness, and because SA historically does not like being in the business of providing