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
var genericData = request.newObj('dataloader').getData(redacted);
return QueryExecute("
select redacted, genericData.*
from redacted, genericData
where redacted
", {}, { dbtype: 'query' });
Message code:UNUSED_LOCAL_VARIABLE
File:/Users/jared/redacted/redacted.cfc
Column:6
Line:78
Message:Local variable genericData is not used in function getData. Consider removing it.
Variable:'genericData' in function: getData
This issue is distinct from #153. That issue also dealt with QoQ, but in <cfquery>, not QueryExecute.
The text was updated successfully, but these errors were encountered:
This issue is distinct from #153. That issue also dealt with QoQ, but in
<cfquery>
, notQueryExecute
.The text was updated successfully, but these errors were encountered: