Duplicate Columns on Insert - Mailing list pgsql-jdbc

From Tom Innes
Subject Duplicate Columns on Insert
Date
Msg-id 000301c23748$264f7630$6901a8c0@TGIDesktopW20
Whole thread Raw
Responses Re: Duplicate Columns on Insert
List pgsql-jdbc
Hi,

I am using Postgres V7.21 along with Jboss V3.01.. I have established a 1 to
many relationship between table A ( 1)  and Table B (n).  When I attempt to
insert into table B, I get a duplicate column exception.  The duplicated
column is the related column.

When I try this same project on hypersonic, it works fine.

Is this a known problem on the PostgreSQL JDBC driver?

Tom


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Compile failure in CVS - JDBC3
Next
From: Aaron Mulder
Date:
Subject: Re: Duplicate Columns on Insert