pgsql/src/interfaces/jdbc/org/postgresql jdbc2 ...

From: barry(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc2 ...
Date: 2001-11-14 04:11:38
Message-ID: 200111140411.fAE4BcY68765@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry(at)postgresql(dot)org 01/11/13 23:11:38

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java
src/interfaces/jdbc/org/postgresql/test: JDBC2Tests.java
Added files:
src/interfaces/jdbc/org/postgresql/test/jdbc2:
ResultSetTest.java

Log message:
Attached is a patch against the CVS repository that fixes the ResultSet absolute() problem.
There's also a little fix for the getRow() method. While fixing
absolute(), I noticed that getRow() wasn't quite following the spec: it
wasn't returning 0 when the ResultSet wasn't positioned on a row. I've
started a ResultSet test case and included it as well.

Liam Stewart

Browse pgsql-committers by date

  From Date Subject
Next Message meskes 2001-11-14 11:11:50 pgsql/src/interfaces/ecpg ChangeLog README.dyn ...
Previous Message momjian 2001-11-13 22:08:04 pgsql/src backend/libpq/md5.c interfaces/odbc/ ...