
When an include is not surrounded by empty lines, its content is inlined on the same line as the adjacent content. That can lead to broken tags and other display issues. This PR fixes all such includes and introduces a validation step that forbids introducing the same problem again.
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
== 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.
|
|
|
|
include::../noncompliant.adoc[]
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::../message.adoc[]
|
|
|
|
endif::env-github,rspecator-view[]
|