This is my first post to h2 database group. so first, Thank you for
bringing up such a great product.

I recently faced this issue and hoped someone could point me in the
right direction,

Am using H2 database in one of my java desktop application, am writing
xml contents into a table. The column into which am writing the xml
contents has data type CLOB. After the writing task is complete, when
i query the table i see that for some rows, i am able to see the
entire xml content, but for some rows, i see contents only like this

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/...
(17525)

or

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/...
(15294)

and so on...

I don't know why this is happening. Is there a limit to number of
characters that can be written a CLOB data type column?

Please advice.

-- 
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