Re: [Zope-dev] z3c.saconfig engine creation configuration

2009-06-25 Thread Malthe Borch
Laurence Rowe wrote: I would rather we did not hardcode the defaults from SQLAlchemy into the engine directive (I guess they could change in future). Instead use a default of None and only supply the parameter if the config option is set. Sounds right to me. Attached is an update patch. \malt

Re: [Zope-dev] z3c.saconfig engine creation configuration

2009-06-24 Thread Laurence Rowe
Malthe Borch wrote: > On MySQL, it's necessary to supply to ``pool_recycle`` parameter on > engine creation, else the connection dies after some timeout and the > pool is unable to hand out a session. > > The result of this is that the first request fails whenever the > connection has been drop