Wow, thanks for the fast turnaround, that was awesome! Any idea when this will be in a built release?
Also, the fact that this bug hadn't been seen before makes me wonder if I'm doing bulk-inserts with SET ALLOW_LITERALS NONE incorrectly. I'm not sure how to best insert many rows into a table without manually constructing a large query (which would fail as it contains literals). I posted http://stackoverflow.com/questions/17985124/multi-row-insert-vs-repeatedly-calling-preparedstatement-executeupdate a few weeks ago, but didn't really get a satisfactory answer. Could anyone weigh in on how to best bulk-insert into a DB without literals? On Friday, September 27, 2013 5:25:59 AM UTC-4, Noel Grandin wrote: > > Thanks for the test case. > > This is fixed in SVN. > > On 2013-09-27 10:10, Michael Diamond wrote: > > I'm getting an exception when I attempt to insert a large number of rows > into a table with SET ALLOW_LITERALS NONE applied. This is repeatable > with the following code snippet: > > > -- 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. For more options, visit https://groups.google.com/groups/opt_out.
