Re: COPY and turning off autocommit - Mailing list pgsql-jdbc

From Maciek Sakrejda
Subject Re: COPY and turning off autocommit
Date
Msg-id 895e58dd0911191325i16cc1e44w70f030072f065858@mail.gmail.com
Whole thread Raw
In response to Re: COPY and turning off autocommit  (Maciek Sakrejda <msakrejda@truviso.com>)
Responses Re: COPY and turning off autocommit  (Kris Jurka <books@ejurka.com>)
Re: COPY and turning off autocommit  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
The attached fixes the issue by adapting the internal API to mimic the
Fastpath subprotocol with respect to transactions. It does not include
the test patch above.

The full suite (with the added test) passes with postgresql 8.3 under
both Java 5 and 6. I don't have 1.4 handy, but I did make the
necessary (trivial) change to the v2 QueryExecutorImpl.

Any thoughts?

--
Maciek Sakrejda | Software Engineer | Truviso

1065 E. Hillsdale Blvd., Suite 230
Foster City, CA 94404
(650) 242-3500 Main
(650) 242-3501 F
www.truviso.com

Attachment

pgsql-jdbc by date:

Previous
From: Maciek Sakrejda
Date:
Subject: Re: COPY and turning off autocommit
Next
From: Kris Jurka
Date:
Subject: Re: COPY and turning off autocommit