AutoGen Update rules: the clause WHERE <fieldname> IS NULL should not be added if Console.dbo.ttTargetField.DefaultValue is populated
When creating the Update rules via AutoGen, the clause
WHERE <fieldname> IS NULL
is added to the UpdSel views by default.
This where clause filters out all records if the field to be updated has a default value set up in Design.
As a...