Hi, > Not sure what > you mean by thinking it's an issue processing the statement. That test has > 2 assertions pertaining to the ResultSet prior to this first next() call > that failed. I also debugged into the ResultSet calls and it showed no > results. I stopped and updated the driver version before I tried > troubleshooting any further.
I think it is very very unlikely that the result set is empty, but calling ResultSet.next() returns true. Most likely the result set is in fact not empty. That's all I can say from looking at the source code. Regards, Thomas -- 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.
