In Hibernate 4 we are planning to baseline on JDK 6 and part of that move would be relying on the returns from Connection.createBlob()/ createClob()/createNClob() actually being usable as standard JDBC4 behavior. However H2 appears to not support this as our tests for LOBs now blow up because of this.
I created http://code.google.com/p/h2database/issues/detail?id=235 to request this be allowed, but am wondering if I am missing a release where this has already been addressed? -- 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.
