Hi Thomas, Thank you, I was worried data was missing. We are good as long as the data is in the database. I agree with your initial idea of displaying just 10,000 characters to have application stability instead of seeing out of memory exceptions. User always has option to export data.
Very pleased with your application. Thanks Again, Prakash On Feb 22, 12:50 am, Thomas Mueller <[email protected]> wrote: > Hi, > > When displaying data, the H2 Console only shows the first 10000 > characters. You can change that using the system property > h2.webMaxValueLength:http://www.h2database.com/javadoc/org/h2/constant/SysProperties.html#... > > The data in the database is not truncated, it is only to avoid out of > memory in the H2 Console application. But I see the value is a bit > low. I will change the default to 100'000 in the next release. If that > causes problems I will change it back. > > 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.
