Re: [JDBC] old product version number

2001-06-29 Thread Thomas O'Dowd
Hmmm, it is likely that you are using an old driver... See the diffs at... http://www.ca.postgresql.org/cgi/cvsweb.cgi/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java.diff?r1=1.9&r2=1.10 Looks like it used to return the version number of the driver... The current cvs driver

Re: [JDBC] old product version number

2001-06-29 Thread Thomas O'Dowd
On Fri, Jun 22, 2001 at 11:29:15AM -0700, Joel Stevenson wrote: > I'm new to the list, so hello everybody. > > Can anybody tell me why the DatabaseMetaData > getDatabaseProductVersion () method is returning 6.5.2 when I'm > running version 7.1? The getDriverVersion correctly returns 7.0. > Ca