Hi, > I was expecting the wrong behavior from getMoreResults.
Well, the current behavior of getMoreResults in H2 is correct according to the spec, but I understand it's not what you expected. > more than one result from some SQL H2 never returns more than one result set. > If a stored procedure return only update counts, H2 returns a dummy rowset > with 1 field named <procedure_name> and a value of (null). I know H2 isn't compatible with other databases in this area... For H2, the SQL statement CALL always returns a result set, just like a SELECT statement. 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.
