Hi, > conclusion, the batch shouldn't be use
I don't think that's the right conclusion. You got a "NoClassDefFoundError", that's related to classloading issues, and has nothing to do with H2 itself, or batch updates. Regards, Thomas On Fri, May 3, 2013 at 4:35 PM, Noel Grandin <[email protected]> wrote: > > On 2013-05-03 16:21, Michael Rogers wrote: > >> I seem to be able to use batched inserts, updates and deletes through the >> JDBC API. Are there any batched operations that aren't supported, or any >> hard limits (eg on batch size) that I should watch out for? >> > > We don't support batched selects. > There are no hard limits. > > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > h2-database+unsubscribe@**googlegroups.com<h2-database%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/h2-database?hl=en<http://groups.google.com/group/h2-database?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
