rspec/rules/S1739/tsql/rule.adoc

16 lines
385 B
Plaintext
Raw Normal View History

== Why is this an issue?
When the value of a ``++LIKE++`` clause starts with '%', '[...]' or '_', indexes on the searched column are ignored, and a full table scan is performed instead.
2020-06-30 12:47:33 +02:00
include::../noncompliant.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
endif::env-github,rspecator-view[]