rspec/rules/S3641/description.adoc

2 lines
231 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
A ``++WHERE++`` clause condition that uses ``++NOT IN++`` with a subquery will have unexpected results if that subquery returns ``++NULL++``. On the other hand ``++NOT EXISTS++`` subqueries work reliably under the same conditions.