I could not see an issue tracker listed on the website, so I apologize if this is already covered, fixed, discussed or otherwise known :)
I found what I think is a bug in the H2 ResultSet implementation. If a ResultSet is empty, calling next() on it returns true. According to the javadocs "@return <code>true</code> if the new current row is valid; <code>false</code> if there are no more rows". In an empty ResultSet there are no more rows. -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
