Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
> Attached is the patch requested by Tom Lane (see below). It
> includes two changes in the JDBC driver:
>
> 1) When connec
On Thu, 16 Aug 2001 12:47:10 -0400, you wrote:
>I am seeing MANY of the following exception:
You'd better tell us something about the code and the query
that's throwing these exceptions.
Regards,
René Pijlman
---(end of broadcast)---
TIP 5: Have y
In addition to the error that I mentioned in my earlier post ("No results"
exception on executeQuery() - see below), I get the following when I try to
commit a connection:
java.sql.SQLException: ERROR: SET TRANSACTION ISOLATION LEVEL must be
called before any query
at org.postgresql.Con
Chris,
executeQuery will not return a resultset from an insert query. If you
use execute instead it will work ok
Dave
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of chris markiewicz
Sent: August 16, 2001 12:47 PM
To: [EMAIL PROTECTED]
Subject: [JDBC]
Hello. I just update my driver to the latest version (7.1-1.3). I am
seeing MANY of the following exception:
No results were returned by the query.
at org.postgresql.jdbc2.Statement.executeQuery(Statement.java:63)
at
com.commnav.sbh.framework.persist.JDBCEngine.executeQuery(JDBC