Thread: jdbc Bug ?

jdbc Bug ?

From
Ramiro Diaz Trepat
Date:
Hello, <br />   I started using Postgres with a java framework that a company sold to us. <br />   We discovered that
the"execute" method always returns a ResultSet even <br />when the statement was an insert or an update statement. 
Accordingto the <br />documentation of the j2se, when the statement is an insert or an update, <br />the "execute"
methodshould return null. <br />   Was this known ?  How can one checkout the sources and contribute ? <pre>-- 
 
Ramiro Diaz Trepat
Director de Tecnologia
Operaciones Transparentes</pre>  

RE: jdbc Bug ?

From
Peter Mount
Date:
Added to my ever growing list ;-)
 
Peter

--
Peter Mount
Enterprise Support Officer, Maidstone Borough Council
Email: petermount@maidstone.gov.uk
WWW: http://www.maidstone.gov.uk
All views expressed within this email are not the views of Maidstone Borough Council

-----Original Message-----
From: Ramiro Diaz Trepat [mailto:ramiro@opetra.com]
Sent: Thursday, September 14, 2000 1:32 AM
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] jdbc Bug ?

Hello,
   I started using Postgres with a java framework that a company sold to us.
   We discovered that the "execute" method always returns a ResultSet even
when the statement was an insert or an update statement.  According to the
documentation of the j2se, when the statement is an insert or an update,
the "execute" method should return null.
   Was this known ?  How can one checkout the sources and contribute ?
-- 
Ramiro Diaz Trepat
Director de Tecnologia
Operaciones Transparentes