absolute(int rownumber) method not implemented as per Sun guidlines

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: absolute(int rownumber) method not implemented as per Sun guidlines
Date: 2001-03-08 18:22:00
Message-ID: 200103081822.f28IM0L79849@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Rahul Tyagi (rahul(at)envivio(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
absolute(int rownumber) method not implemented as per Sun guidlines

Long Description
absolute(int rownumber) method of ResultSet interface (in postgresql.jar) is not defined as per the Sun JDK1.3 definition.

As per postgresql.jar rownumber are zero indexed means if i will call rs.absolute(0) then it will move cursor to row 1.
As per Sun JDK specs ,if i will call rs.absolute(1) then it should move cursor to row 1.

If somebody is writting application for multiple RDBMS ,then this kind of variation from specification may lead to more coding time & frustation.

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-03-08 18:24:55 createStatement(int,int) of interface Statement not implemented
Previous Message Tom Lane 2001-03-08 14:59:34 Depending on system install scripts (was Re: COBOL)