Skip to content

Instantly share code, notes, and snippets.

@tocalai
Last active March 15, 2024 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocalai/8d098d3bdc30e95d75edaa6087438a19 to your computer and use it in GitHub Desktop.
Save tocalai/8d098d3bdc30e95d75edaa6087438a19 to your computer and use it in GitHub Desktop.
Rules list
SA# Title Note
SA0027 Avoid wrapping filtering columns within a function in the WHERE clause Performance concern
SA0081 Do not use DECIMAL or NUMERIC data types without specifying precision and scale Logical concern
SA0106 Avoid OR operator in queries Performance concern
SA0168 Possible division by zero not handled according the practice Logical concern
SA0251 Subquery used in expression not ensured to return a single value Logical concern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment