[BUG] Driver compile error

From: "Aslak Hellesoy" <aslak(dot)hellesoy(at)netcom(dot)no>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: [BUG] Driver compile error
Date: 2002-07-13 20:00:44
Message-ID: KNECLDLIKOKKLBMMPCDIAEDECBAA.aslak.hellesoy@netcom.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

org.postgresql.PostgresqlDataSource doesn't compile with javac (JDK 1.3).
The getConnection(String, String) has a catch block that catches a
java.sql.SQLException, but that exception is never thrown in the try block.

Cheers,
Aslak

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message otisg 2002-07-13 23:00:57 JDBC 3 support
Previous Message Barry Lind 2002-07-12 20:19:16 Re: Problem with LATIN2 encoding