PY-26963: Use IntelliLang to inject language + test

This commit is contained in:
Ilya.Kazakevich
2017-12-12 01:01:42 +03:00
parent c3d05a977a
commit 775e5847db

View File

@@ -7,6 +7,12 @@
<place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute", 0, "_sqlite3.Cursor"))]]></place>
<place><![CDATA[pyLiteralExpression().and(pyMethodArgument("executemany", 0, "_sqlite3.Cursor"))]]></place>
</injection>
<injection language="DjangoUrlPath" injector-id="python">
<display-name>django-url-path</display-name>
<place><![CDATA[pyLiteralExpression().and(pyArgument("path", 0))]]></place>
</injection>
<injection language="SQL" injector-id="python">
<display-name>"SQL select/delete/insert/update/create"</display-name>