Activity overview
Latest activity by jeemsith
It seems that SQL Code Guard isn't limiting the output strictly to ME003, even though the /include:ME003 flag is used. To ensure only ME003 is enforced, try explicitly excluding other rules using /exclude:ME001,ME002. After that, review the app logs to verify if only ME003 is active. If the issue still occurs, it might be a good idea to recheck the tool’s configuration or refer to the official documentation or support for a more precise fix. / comments
It seems that SQL Code Guard isn't limiting the output strictly to ME003, even though the /include:ME003 flag is used. To ensure only ME003 is enforced, try explicitly excluding other rules using /...