Attached is a patch against the CVS repository that fixes the ResultSet absolute() problem.

Barry Lind <barry@xythos.com>

Commit: ebb93323bbf7c62aeff283cd5991071ee8c575fa
Author: Barry Lind <barry@xythos.com>
Date: 2001-11-14T04:11:37Z
Releases: 7.2.1
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

Files