ColdFusion 2018 Migration Issues
The attribute value of "cf_sql_int" is not valid in coldfusion 2018. For example, <cfqueryparam cfsqltype="cf_sql_int" ... needs to be changed to <cfqueryparam cfsqltype="cf_sql_integer" ...
The attribute value of "cf_sql_text" is not valid in coldfusion 2018. For example, <cfqueryparam cfsqltype="cf_sql_text" ... needs to be changed to <cfqueryparam cfsqltype="cf_sql_varchar" ...