Re: [Zope-DB] Unified DA for Zope 2 using SQLAlchemy?

2007-03-26 Thread Maciej Wisniowski
> Well you know that Zope does not skip with any DA (except the one > for Gadyfly). So I am not in the position to replace anything in the Zope > core that does not exist :-) There is lib/python/shared/DC/ZRDB in the Zope core. These are generic classes used by almost all thirdparty database adap

Re: [Zope-DB] Unified DA for Zope 2 using SQLAlchemy?

2007-03-26 Thread Andreas Jung
--On 26. März 2007 22:49:21 +0200 Maciej Wisniowski <[EMAIL PROTECTED]> wrote: My posting says *nothing* about deprecating something. So __please__ stop reading between the lines when there is nothing - except whitespaces. But you said about *replacing* all different zope DAs. So I think it

Re: [Zope-DB] ZMySQLDA thinks that MySQL has gone away

2007-03-26 Thread Jonathan
- Original Message - From: "Pedro León López" <[EMAIL PROTECTED]> To: Sent: Monday, March 26, 2007 5:56 PM Subject: [Zope-DB] ZMySQLDA thinks that MySQL has gone away Hello, I got this error when querying MySQL 5.0.26. I use Zope 2.9.4 and ZMysqlDA 2.0.9b3 (with MySQLdb 1.2.1_p2).

Re: [Zope-DB] ZMySQLDA thinks that MySQL has gone away

2007-03-26 Thread Bill Campbell
On Mon, Mar 26, 2007, Pedro Le?n L?pez wrote: > > Hello, > > > > I got this error when querying MySQL 5.0.26. I use Zope 2.9.4 and > ZMysqlDA 2.0.9b3 (with MySQLdb 1.2.1_p2). MySQL do not gone away. > > This error only happens after exactly 8 hours of database inactivity. > I found some i

[Zope-DB] ZMySQLDA thinks that MySQL has gone away

2007-03-26 Thread Pedro León López
Hello, I got this error when querying MySQL 5.0.26. I use Zope 2.9.4 and ZMysqlDA 2.0.9b3 (with MySQLdb 1.2.1_p2). MySQL do not gone away. This error only happens after exactly 8 hours of database inactivity. I found some information about this error. It seems is caused because MySQL close the co

Re: [Zope-DB] Unified DA for Zope 2 using SQLAlchemy?

2007-03-26 Thread Maciej Wisniowski
> My posting says *nothing* about deprecating something. So __please__ > stop reading between the lines when there is nothing - except whitespaces. But you said about *replacing* all different zope DAs. So I think it is not reading between lines. I agree that this kind of adapter (as additional on

Re: [Zope-DB] Unified DA for Zope 2 using SQLAlchemy?

2007-03-26 Thread Charlie Clark
Am 26.03.2007, 22:31 Uhr, schrieb Andreas Jung <[EMAIL PROTECTED]>: That's *exactly* what I am talking about - an *additional* generic DA on top of SA where we don't have to care about the different RDBMS flavours - at least not the ones directly supported through SA. I'm all for an SQLAlchem

Re: [Zope-DB] Unified DA for Zope 2 using SQLAlchemy?

2007-03-26 Thread Andreas Jung
--On 26. März 2007 22:21:02 +0200 Dieter Maurer <[EMAIL PROTECTED]> wrote: Andreas Jung wrote at 2007-3-25 17:49 +0200: In the Zope 2 worlds we have dedicated database adapters for different databases. Fortunately the Python world made us a wonderful present called SQLAlchemy that abstracts

Re: [Zope-DB] Unified DA for Zope 2 using SQLAlchemy?

2007-03-26 Thread Dieter Maurer
Andreas Jung wrote at 2007-3-25 17:49 +0200: >In the Zope 2 worlds we have dedicated database adapters >for different databases. Fortunately the Python world made us a >wonderful present called SQLAlchemy that abstracts the different >databases. In the Zope world we have some wrappers like >z3c.zal