SingleRowUpdate/Insert accept incomplete rows
Status: Inactive
Brought to you by:
thiloplanz
It is possible to execute a SingleRowUpdate or a SingleRowInsert with a number of columns that is less than the number of columns the table actually has.
This may or may not work, depending on circumstances
(it will just ignore the missing columns), but it should be an error.