Article Details
Id:12498
Product:finPOWER Connect
Type:FIX
Version:2.02.04
Opened:11/12/2014
Closed:11/12/2014
Released:13/02/2015
Job: J014637

ISSqlWhereBuilder; AppendComparisonString method has had removed parameter "nullIfBlank" reinstated

Version 2.02 of finPOWER Connect removed the "nullIfBlank" parameter from the AppendComparisonString method of the ISSqlWhererBuilder business layer object.

This parameter was removed since, within a finPOWER Connect database, there is no concept of a blank String being held on the database; only Null values.

Unfortunately, this change broke a number of existing Scripts (which would no longer compile) and so has been reinstated. The function signature now contains an optional "nullIfBlank" Boolean parameter but this is flagged as "Deprecated" and does nothing.