problem with mysql query inspections
hi,
i have a lot dynamic built sql queries like this one here in the screenshot:
"DELETE FROM XXX WHERE aaa = ? ".$AND;
or
"SELECT * FROM XXX ".$WHERE." ".$AND;
i don´t see a way to tell phpstorm, that this is okay ;)
is there any trick/config/switch to make this "ok" ?
thanks for any advise.
micha
请先登录再写评论。