Hi Noel, The update thread and the read thread each have separate transactions/connections(ThreadLocal) to the database. So while the read thread is open, the update thread comes and updates/writes to the row. (currently the table has single row) and one of the column in CLOB.
Our observation is that the issue always occurs while reading the clob from resultset after update. - Mayank -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
