Re: [BUGS] 8.0 beta4: Exception when including catalog qualifier in SELECT from

2004-11-07 Thread Laferriere, Al
The following statements work fine in 7.4       Connection conn = DriverManager.getConnection("jdbc:postgresql://localhost:5432/psdb","xxx","");     Statement stmt = conn.createStatement();  

[BUGS] 8.0 beta4: Exception with setBoolean on char column

2004-11-07 Thread Laferriere, Al
The web page http://www.postgresql.org/news/235.html  says report any/all problems in 8.0 to this address, so…   The following java code works fine on 7.4:       Class.forName("org.postgresql.Driver");     Connection conn = DriverManager.getConne