Hi, > When do you expect to implement server side cursors?
It's in the roadmap: http://www.h2database.com/html/roadmap.html However I don't know when it will be implemented; maybe this year. > My application needs this because it reads from a long result set until >certain > conditions are met and reading the entire result is too slow. Why can't you set the condition in the query (maybe using a Java function)? 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=.
