[h2] ConcurrentModificationException while creating Trigger

2014-11-20 Thread christoff . schmitz
Hi, I use H2 1.3.176 (last stable). The following exception was thrown while executing multiple database operations in parallel, maybe it could helpful for you to apply a fix. Unfortunately, I cannot provide a testcase for this. java.sql.SQLException: Folgende SQL-Anweisung konnte nicht

Re: [h2] ConcurrentModificationException while creating Trigger

2014-11-20 Thread Noel Grandin
What does your database URL look like? -- 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+unsubscr...@googlegroups.com. To post to this group, send email

Re: [h2] ConcurrentModificationException while creating Trigger

2014-11-20 Thread christoff . schmitz
Grandin noelgran...@gmail.com To: h2-database@googlegroups.com Date: 20.11.2014 10:53 Subject:Re: [h2] ConcurrentModificationException while creating Trigger Sent by:h2-database@googlegroups.com What does your database URL look like? -- You received this message because

Re: [h2] ConcurrentModificationException while creating Trigger

2014-11-20 Thread Noel Grandin
Yeah, sorry, I'm not really interested in debugging anything with the logs turned off. Those are use at your own risk features. And MULTI_THREADED is still experimental in 1.3.176 (and still buggy in 1.4) If you reproduce with 1.4 and the logs turned on, then I'd be willing to try and track