Re: Postgresql Adaptor?
Re: Postgresql Adaptor?
- Subject: Re: Postgresql Adaptor?
- From: Francis Labrie <email@hidden>
- Date: Wed, 3 Dec 2003 09:59:41 -0500
Hi,
Le 03 dic. 2003, ` 09:29, arturo a icrit :
>> I've scoured the web for a PostgreSQL adaptor for WO 5 and haven't
>> been
>> able to find one.
>
> The adaptor I use is from hexdreams (.com, I think). I just
> recompiled it
> for 5 (up to 5.2.2) and it's working fine.
But I've checked this adaptor and it seems to lack to turn off the
default auto-commit behavior of the PostgreSQL JDBC driver (see
http://omnigroup.com/mailman/archive/webobjects-dev/2003-November/
037493.html).
Unfornunately, the driver doesn't seem to have an URL parameter to set
this auto-commit to off, so I guess it must be done by the EOF adaptor,
calling "setAutoCommit(false)" method of the Connection instance.
Kind regards,
--
Francis Labrie
Saint-Bruno-de-Montarville, Quebec, Canada
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.