5 messages in com.mysql.lists.javafirst() bug?
FromSent OnAttachments
John Bäckstrand08 Sep 2002 02:59 
Igor Fedulov08 Sep 2002 03:04 
John Bäckstrand08 Sep 2002 03:11 
Igor Fedulov08 Sep 2002 03:26 
Luca Lafranchi08 Sep 2002 04:15 
Subject:first() bug?
From:John Bäckstrand (san@home.se)
Date:09/08/2002 02:59:46 AM
List:com.mysql.lists.java

The java docs says that the first() method in java.sql.ResultSet should set the pointer to "before" the first row. This does not always seem to be the case, the first row disappears if I use first() to check if the ResultSet is empty, i.e the consecutive next() steps to (or tries to) the SECOND row, and not the first. Is this a known bug in the beta driver?