From 4722816635cd6cc4ddc13756f5f922126011a95e Mon Sep 17 00:00:00 2001 From: Semyon Proshev Date: Mon, 29 Feb 2016 18:19:19 +0300 Subject: [PATCH] PY-16814 Fixed: No Language Injection for PostgresQL WITH statements PY-18345 Fixed: SQL dialect incorrect after update to 5.0.4 PY-18871 Fixed: Wrong SQL detection Improve SQL injection by pyInjections.xml enhancement --- .../src/resources/pyInjections.xml | 72 ++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/python/IntelliLang-python/src/resources/pyInjections.xml b/python/IntelliLang-python/src/resources/pyInjections.xml index f20273e7d1df..cb6bb415ba37 100644 --- a/python/IntelliLang-python/src/resources/pyInjections.xml +++ b/python/IntelliLang-python/src/resources/pyInjections.xml @@ -9,6 +9,76 @@ "SQL select/delete/insert/update/create" - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +