"tried freeing null connection" - Mailing list pgsql-jdbc

From Graham Leggett
Subject "tried freeing null connection"
Date
Msg-id 3BFC3397.AF3F7D93@sharp.fm
Whole thread Raw
List pgsql-jdbc
Hi all,

After switching out an old postgresql JDBC driver JAR for
jdbc7.1-1.2.jar, we are now encountering an exception in our code like
so:

"tried freeing null connection"

I am assuming that somewhere in our code, a connection is freed when it
shouldn't be - the old driver silently ignored this, but the new driver
is throwing an exception.

I would like to confirm whether this is in fact the case - was there a
change in 7.1 to make this more strict, or have I struck a different
bug?

Regards,
Graham
--
-----------------------------------------
minfrin@sharp.fm        "There's a moon
                    over Bourbon Street
                        tonight..."

Attachment

pgsql-jdbc by date:

Previous
From: Graham Leggett
Date:
Subject: Using 7.1 JDBC with PGSQL v7.0
Next
From: Michael Andreasen
Date:
Subject: No rows returned when rows are there!