[h2] Re: upgrade to 2.0.202 ARRAY issue

2022-01-17 Thread Marcello Rinaldo Martina
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

[h2] Re: upgrade to 2.0.202 ARRAY issue

2021-12-21 Thread pieter...@gmail.com
Never mind, I read the documentation correctly this time, arrays are typed now. On Tuesday, 21 December 2021 at 10:22:50 UTC+2 pieter...@gmail.com wrote: > Hi, > > Running > > CREATE TABLE "PUBLIC"."V_Person" ("ID" IDENTITY NOT NULL PRIMARY KEY, > "age" ARRAY); > > fails with > > Syntax