About the psotgres patch:

In configure.in linking is done against -llibpg which should be (for
me) -lpg.

Alexander: I saw your start of select/update abstraction. The one in which
select takes a **List parameter. Are we talking about the same thing now?
Implementing this won't be too hard and I can take that job upon me, as I am
doing sqlbox now as well (mysql, postgres, mssql) which would also benefit
from it.

But.............: How about different SQL syntax of different SQL server
implementation?
As an example: mysql: select * from table limit 0,1; ms-msql: select top 1 *
from table;

Also create table and field-types are kind of different.

Regards,

Rene Kluwen
Chimit

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Stipe Tolj
Sent: dinsdag 3 februari 2004 14:51
Cc: [EMAIL PROTECTED]
Subject: Re: PostgresSQL DLR support


Alexander Malysh wrote:

> hmm, that was my first attempt to get things right ;)
> Oracle's OCI is just complex and I've introduced 'select/update' within
> dbpool. IMO, we should abstract more, so that dbpool deal with
DBConnection
> and DBConnection object should implement 'select/update'.

+1 on a full dbpool abstraction layer. There are projects that try to
do this. Martin, if you can have a view into those?!

Stipe

mailto:[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

M�nsterstr. 248
40470 D�sseldorf, NRW, Germany

phone: +49.211.74845.0
fax: +49.211.74845.299

mailto:[EMAIL PROTECTED]
http://www.wapme-systems.de/
-------------------------------------------------------------------

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.2.2 (Cygwin)

mIsEP6mcYwEEAMDnUiUwrbb+xwTFWN6TxF2+XZu7/alwJMeCwMBRvXtPZqfjpPhS
OkBpU0F4TrVuugz1HINTSaJTYq10AzDQXp5NkyWgckqW79nPAWuOX0dicbJk+cN2
nM2TI4KaxUDe6u8hghNEnH/i2lXsUu9apnP/iixzV81VC2je3uc9hZpnAAYptEVT
dGlwZSBUb2xqIChUZWNobm9sb2d5IENlbnRlciAmIFJlc2VhcmNoIExhYikgPHRv
bGpAd2FwbWUtc3lzdGVtcy5kZT6ItAQTAQIAHgUCP6mcYwIbAwYLCQgHAwIDFQID
AxYCAQIeAQIXgAAKCRABV0w1BqPYRuSqA/wPzsQxao2YePENCtgRTrO86U6zg3sl
OcS6CJFI4FZP5h/xD3GRsNH1+MPSvZlomDdpFnr547DGz/Kq9MXuQwVvlVig5yWZ
K5dtKp1r5YLhxJQBhfirZbRFFnYmf19f18J8OoS28tuFVftDl1AIwJS3HLyBTv6H
g2HyLAEKQIp30Q==
=aYCI
-----END PGP PUBLIC KEY BLOCK-----


Reply via email to