-
hf@deer.(none) authored
So now for the CREATE TABLE foo (id integer NOT NULL default 9) INSERT INTO foo VALUES (NULL); we get an error INSERT INTO foo VALUES (1), (NULL), (2); we get one warning and second record is set to 9 Is that what we want?
eb901ea4