| <?xml version="1.0" encoding="UTF-8"?> |
| <component name="LanguageInjectionConfiguration"> |
| <injection language="SQLite" injector-id="python"> |
| <display-name>sqlite3</display-name> |
| <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute", 0, "_sqlite3.Connection"))]]></place> |
| <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("executemany", 0, "_sqlite3.Connection"))]]></place> |
| <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute", 0, "_sqlite3.Cursor"))]]></place> |
| <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("executemany", 0, "_sqlite3.Cursor"))]]></place> |
| </injection> |
| <injection language="SQL" injector-id="python"> |
| <display-name>"SQL select/delete/insert/update/create"</display-name> |
| <place><![CDATA[pyStringLiteralMatches("[ \\t\\r\\n]*(((SELECT|DELETE) .*FROM)|((INSERT|REPLACE) .*INTO)|(UPDATE .* SET)|((CREATE|DROP|ALTER) +(TABLE|INDEX))).*")]]></place> |
| </injection> |
| </component> |