Hi, Thanks for the patch! I will implement a similar solution, however not exactly this one. Reason: the value of the parameter length could be larger than the blob itself. Therefore, I will still use a ByteArrayOutputStream, but copy the data in blocks of 4 KB. According to my test, this is about 3 times faster than the current single byte loop.
Actually my solution is already committed to the trunk. 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.
