Version: h2-1.4.196
ALTER TABLE "table-name" MODIFY "columne-name" NOT NULL; fails with Unknown data type: "NOT";
- - -
I kowticed that h2 started to support the "ALTER TABLE - MODIFY"-SQL syntax (used in Oracle) since ca. Version: h2-1.4.19x.
In the older version h2-1.4.192 it failed when trying to alter to NULL (e.g: ALTER TABLE "table-name" MODIFY "columne-name" NULL).
This seames to have been fixed when using the latest version: h2-1.4.196.
But what still is failing is the "NOT NULL" case: "ALTER TABLE "table-name" MODIFY "columne-name" NOT NULL"
fails with the error mentioned above.
Would be very helpfull if this missing feature could be added.
Regards Sam