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
Just found this out recently cflint ignore:QUERYPARAM_REQ only works in the code is on a single line and the cflint ignore:QUERYPARAM_REQ is at the very end.
if the query spans multiple lines it still reports a QUERYPARAM error.
This has to be on a single line.
var Qry = queryExecute("sql query here with dynamic table name",{},{datasource=Datasource}); //cflint ignore:QUERYPARAM_REQ
The text was updated successfully, but these errors were encountered:
Hi
Just found this out recently cflint ignore:QUERYPARAM_REQ only works in the code is on a single line and the cflint ignore:QUERYPARAM_REQ is at the very end.
if the query spans multiple lines it still reports a QUERYPARAM error.
This has to be on a single line.
var Qry = queryExecute("sql query here with dynamic table name",{},{datasource=Datasource}); //cflint ignore:QUERYPARAM_REQ
The text was updated successfully, but these errors were encountered: