Skip to content

Commit

Permalink
Update rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teresa-allen-sfdc authored Aug 24, 2023
1 parent 4619fbe commit a1fc01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_articles/en/v3.x/salesforce-graph-engine/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ This warning is thrown when a database operation occurs in a class that has no e

## Pilot Rules

### PerformNullCheckOnSoqlVariables#
### PerformNullCheckOnSoqlVariables <a name='PerformNullCheckOnSoqlVariables'>#</a>

PerformNullCheckOnSoqlVariables identifies SOQL queries with variables in WHERE clauses that lack null checks.
SOQL queries with variables on WHERE clauses become expensive when the variable value is unintentionally null. When the variable value is null, an O(1) operation turns into an O(n) operation. The entire table is scanned, but returns no results.
Expand Down

0 comments on commit a1fc01d

Please sign in to comment.