Hi!

You shouldn't try to insert NULL into columns with NOT NULL constrains. 
Only non-null values or DEFAULT may be inserted into them.

H2 allows such incorrect insertions into identity columns only in Legacy, 
HSLQDB, MariaDB, and MySQL compatibility modes.

You can also enable this feature for any column in any compatibility mode 
with ALTER TABLE tableName ALTER COLUMN columnName SET DEFAULT ON NULL

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/0f828877-acab-49eb-a39a-8df33b23d309n%40googlegroups.com.

Reply via email to