Closed GoogleCodeExporter closed 9 years ago
Hi,
This is supported, but the syntax is a bit different than PostgreSQL.
See http://www.h2database.com/html/grammar.html#alter_table_alter
SET NULL sets a column to allow NULL. The row may not be part of a primary key.
Single column indexes on this column are dropped.
SET NOT NULL sets a column to not allow NULL. Rows may not contains NULL in
this column.
In the next release, the PostgreSQL syntax will be supported as well.
Regards,
Thomas
Original comment by thomas.t...@gmail.com
on 29 Apr 2010 at 6:22
Implemented in version 1.2.135.
Original comment by thomas.t...@gmail.com
on 8 May 2010 at 1:16
Original issue reported on code.google.com by
nicolas....@gmail.com
on 27 Apr 2010 at 2:22