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
I have script components with addParam() for parameterizing queries, and the setting cfsqltype within it to the enumerated values like "CF_SQL_INTEGER" and "CF_SQL_VARCHAR" is triggering GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN. Does it make sense to make variables for those values or should it ignore them?
The text was updated successfully, but these errors were encountered:
I have script components with
addParam()
for parameterizing queries, and the settingcfsqltype
within it to the enumerated values like "CF_SQL_INTEGER" and "CF_SQL_VARCHAR" is triggeringGLOBAL_LITERAL_VALUE_USED_TOO_OFTEN
. Does it make sense to make variables for those values or should it ignore them?The text was updated successfully, but these errors were encountered: