On 02/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am writing a wrapper around JDBC and I am having difficulties with > the isBeforeFirst() and isFirst() methods in the resultSet. In two > words, isBeforeFirst() always return false
Yes, there is a bug with isBeforeFirst() and isFirst(). They were one off, so isFirst() returned the result for isBeforeFirst(), and isBeforeFirst() always returned false. The next version will have this fixed. d --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
