Improved detection of DataBase NULL value
This version of FlowHeater introduces a significantly improved detection of DataBase NULL (DBNULL) values for Insert/Update. Previously when table fields for which no NULL/DBNULL values are assigned were empty the test run would complete without a problem, but the live import/update would break with an error report when it encountered the corresponding field in the database that had no default value defined. As of this version, FlowHeater will check during the test run whether a field may be assigned a DataBase NULL (DBNULL) value and if not issue a relevant warning.
Release notes for version 3.5.0 on August 3, 2014
More changes
Support for Oracle 12c databases
The third-party FlowHeater database driver for access to Oracle databases has been updated and now provides support for the latest Oracle databases/servers up to version 12c.
Migration to .NET 3.5
As of FlowHeater version 3.5 the development basis is updated to support .NET Framework 2.0 to 3.5. Developers who integrate their own DLLs (DataTable Adapter, .NET Script Heater) can now integrate .NET DLLs of versions 2.0 through 3.5.