Hi, For CLOB column types, H2 returns java.sql.Clob (or java.io.Reader if RETURN_LOB_OBJECTS is set to FALSE). While this is (I would say) a more correct behavior by H2, the flip side is compatibility, like when dealing with a 3rd part app that is hard-coded to rely on ResultSet.getObject() behaving like PG and Mysql:: returning a java.lang.String.
It would be helpful if the URL supported a way to make it also String (or to even add that behavior to MODE=, i.e MODE=PostgreSQL. What is the best way to achieve this behavior, if one presently exists? Thanks, Ken -- 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.
