[h2] Re: H2 fails inserting very large CLOB values

2018-02-12 Thread Evgenij Ryazanov
Hi. Your code is fine, it's a very old regression in H2 database on server side. I found the reason and sent a pull request with possible fix on GitHub. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop

[h2] H2 fails inserting very large CLOB values

2018-02-12 Thread schmitzc
Hi, in my application using H2 (1.4.196) i need to insert very large CLOB values. Unfortunately H2 fails here with the following error: org.h2.jdbc.JdbcSQLException: Out of memory. [90108-196] at org.h2.message.DbException.getJdbcSQLException(DbException.java:345) at

[h2] Re: H2 fails inserting very large CLOB values

2018-02-12 Thread Evgenij Ryazanov
A fix was merged. If you need this right now, you can download latest sources and build database from it. https://github.com/h2database/h2database http://www.h2database.com/html/build.html#building -- You received this message because you are subscribed to the Google Groups "H2 Database"