Activity overview
Latest activity by kinseysmith
It looks like SQL Code Guard isn't correctly filtering the output—even though ME003 is specified using the /include flag, other rules may still be applied. Try explicitly excluding unwanted rules using /exclude:ME001,ME002 , and then check the logs to confirm whether only ME003 was enforced. If the issue persists, it might be worth revisiting the configuration or consulting the official documentation or support for more clarity. / comments
It looks like SQL Code Guard isn't correctly filtering the output—even though ME003 is specified using the /include flag, other rules may still be applied. Try explicitly excluding unwanted rules u...