Re: [Webware-devel] Object superclass

2002-06-03 Thread Tavis Rudd
> On Friday 31 May 2002 06:46 pm, Ian Bicking wrote: > > The Object superclass isn't being used, is it? It seems like an idea > > that didn't end up being used, and it's somewhat in conflict with the > > object class in Python 2.2. There shouldn't be any conflict, as you just have to make WebKit

Re: [Webware-devel] PostgreSQL support for MiddleKit

2002-06-03 Thread Federico Di Gregorio
Il lun, 2002-06-03 alle 18:36, Ingo Luetkebohle ha scritto: > The reason that a patch against the PostgreSQL python bindings is required > is that MiddleKit makes uses of a database-assigned ID for newly > inserted database objects. It retrieves this through a MySQL-specific > server function.

Re: [Webware-devel] PostgreSQL support for MiddleKit

2002-06-03 Thread dru-webware
Good stuff! On Mon, 3 Jun 2002, Ingo Luetkebohle wrote: > Hi, > > attached is a patch against MiddleKit to provide preliminary support > for PostgreSQL. We are using the patch locally, it seems to work > just fine. Its a bit unpolished but, well,... here it is :-) > > Known issues: > -

[Webware-devel] PostgreSQL support for MiddleKit

2002-06-03 Thread Ingo Luetkebohle
Hi, attached is a patch against MiddleKit to provide preliminary support for PostgreSQL. We are using the patch locally, it seems to work just fine. Its a bit unpolished but, well,... here it is :-) Known issues: - sample data not supported - requires a patch against the Postg