diff --git a/models/Query/QueryUtils.cfc b/models/Query/QueryUtils.cfc index 00adf2a..71267ca 100644 --- a/models/Query/QueryUtils.cfc +++ b/models/Query/QueryUtils.cfc @@ -33,6 +33,7 @@ component singleton displayname="QueryUtils" accessors="true" { string decimalSqlType = "DECIMAL", any log ) { + variables.convertEmptyStringsToNull = arguments.convertEmptyStringsToNull; variables.integerSqlType = arguments.integerSqlType; variables.decimalSqlType = arguments.decimalSqlType; if ( !isNull( arguments.log ) ) {