﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30365	"Sphinx interprets some ""%[a-z]"" in SQL statements as ""Literal.String.Interpol"" which breaks highlighting."	Daniel Musketa	Daniel Musketa	"Example:

https://github.com/django/django/blob/e6d57c4d652f16ac8f8d4600c0b7c30fcfcde6c2/docs/ref/models/querysets.txt#L2679

{{{
SQL equivalent::

    SELECT ... WHERE headline LIKE '%Lennon%';
}}}

which leads to

{{{<span class=""si"">%Le</span><span class=""s1"">nnon%'}}}"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	1	0
