Release notes for version 2.2.2 on November 28, 2011
IF-THEN-ELSE Heater has additional checks
IF-THEN-ELSE Heater has additional checks
You can now check whether one of the following conditions applies to the incoming value when using the IF-THEN-ELSE Heater.
- IsNull – checks whether the value is NULL or DBNULL
- IsEmpty – checks whether the value is empty or has no content
- IsNumber – checks whether the value is numeric
- IsDateTime – checks whether the value contains a date and/or time
Bug Fix: MySQL Adapter
Corrects an error in the MySQL Adapter that was only apparent when importing strings with a backslash "\" character at the end of the string.
Bug Fix: Excel Adapter
When there was an empty value in the first field in the first row with the Excel Adapter on the READ side, then processing aborted with an error message that there was no data available.
Bug Fix: Drag and drop of Heaters
Minor corrections to the drag and drop handling of Heaters in the Designer window.