[h2] Re: Column not found when column is quoted

2014-10-22 Thread thiloplanz
This seems to be the same problem as in our Issue 578 http://code.google.com/p/h2database/issues/detail?id=578&sort=-id -- 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 ema

[h2] Re: Can huge delete statement execution in H2 cause JVM crash

2014-09-09 Thread thiloplanz
How exactly did the tool fail? Did you get any error messages or stack traces? -- 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...@googlegro

[h2] Re: Does anyone have or know of a good SQL parser for Java that is open source?

2014-09-07 Thread thiloplanz
There is a thread on Stackoverflow about SQL parser libraries for Java. http://stackoverflow.com/questions/660609/sql-parser-library-for-java Cannot vouch for any of the recommendations there, but maybe something will serve. -- You received this message because you are subscribed to the Googl

[h2] java.util.ConcurrentModificationException: undoLog [1.4.180/0]

2014-09-07 Thread thiloplanz
Hi, I am building a H2DB of about 10GB size and frequently (let's say about 10% of the time) get the following internal exception: org.h2.jdbc.JdbcSQLException: General error: "java.util.ConcurrentModificationException: undoLog [1.4.180/0]"; SQL statement: COMMIT [5-180] This does not see