Hi, I'm pushing to update this page https://h2database.com/html/migration-to-v2.html that contains the changes and things to consider when updating to v2. Can you have a look on that? If you have new findings, can you contribute them? ( https://github.com/h2database/h2database/blob/master/h2/src/docsrc/html/migration-to-v2.html) I think it would be really helpful for the community.
Best, Marcello Il giorno mercoledì 1 dicembre 2021 alle 09:19:52 UTC+1 [email protected] ha scritto: > 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/dc3e7084-a2e5-49f9-b990-e6b21ed31e3dn%40googlegroups.com.
