create table t1 (v1 int, v2 int);
insert into t1 (v1) values (5); // raises error. should insert 5 into v1 Null into v2
No response
No response
No response
I will try to have a look into this as soon as the other PR is merged, but I will definitely need some help