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#h2.webMaxValueLength

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.

Reply via email to