Kris Jurka <[EMAIL PROTECTED]> writes:
> I'm implementing savepoint support for the JDBC driver and I'm seeing an
> assertion failure in cvs head this morning. It seems related to using
> both savepoints and the v3 protocol.
After some study I've decided that that Assert is simply erroneous;
re
On Thu, 16 Sep 2004, Tom Lane wrote:
> Hmm, how are you issuing these commands exactly (what protocol message
> sequence is being sent?).
>
I've made the test case and the development version of the jar file
available here if you're interested: http://www.ejurka.com/pgsql/jars/tgl/
Here is t
Kris Jurka <[EMAIL PROTECTED]> writes:
> I'm implementing savepoint support for the JDBC driver and I'm seeing an
> assertion failure in cvs head this morning. It seems related to using
> both savepoints and the v3 protocol.
Hmm, how are you issuing these commands exactly (what protocol message
I'm implementing savepoint support for the JDBC driver and I'm seeing an
assertion failure in cvs head this morning. It seems related to using
both savepoints and the v3 protocol.
LOG: statement: create table savepointtable (id int primary key)
NOTICE: CREATE TABLE / PRIMARY KEY will create