Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
ConvertJSONToSQL is handling UnmatchedFieldBehaviour inversely between Insert and Update. Specifically, Update is failing when columns are not present and "Ignore Unmatched Fields" is selected. Correct functionality would be to only fail when "Fail" is selected (as Insert does).
This is due to a minor error between the two cases of generateUpdate and generateInsert where the value of ignoreUnmappedFields is checked