Explorar o código

[connector] Disable auto USE database in presto dialect

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
07a812cc71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/lib/connectors/types.py

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

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