Thanks for the new release! I needed two changes when upgrading
1: I had a few tables with a column called "value" and had to add ;NON_KEYWORDS=VALUE to my jdbc connect string. 2: In a table with a column of type "text" I have in in 1.4.200 been able to set the content in a preparedStatement using the setString() method. In 2.0.2020 I had to use a Clob and setClob() if the string was large (11MB). br Christoffer Bruun -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/22bdcbd3-8f9b-4975-8dcd-cf185fe4f102n%40googlegroups.com.
