Browse Source

HUE-9367 [phoenix] Trim the semi colon in the dialect

Romain 5 years ago
parent
commit
52946f02fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/lib/connectors/types.py

+ 1 - 1
desktop/core/src/desktop/lib/connectors/types.py

@@ -242,7 +242,7 @@ CONNECTOR_TYPES = [
       'has_auto_limit': False,
       'has_reference_language': False,
       'has_reference_functions': False,
-      'trim_statement_semicolon': False,
+      'trim_statement_semicolon': True,
     }
   },
   {