You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUERYPARAM_REQsetSql() statement should use .addParam() instead of #'s for security.
<cfquery name="outDocs" dbtype="query"> Select * From arguments.documents WHERE DocumentType = 'COLD' and TransactionType IN ('1','6') #orderBy# </cfquery>
The text was updated successfully, but these errors were encountered:
QUERYPARAM_REQsetSql() statement should use .addParam() instead of #'s for security.
<cfquery name="outDocs" dbtype="query"> Select * From arguments.documents WHERE DocumentType = 'COLD' and TransactionType IN ('1','6') #orderBy# </cfquery>
The text was updated successfully, but these errors were encountered: