You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/19 20:02:51 UTC

(superset) branch sqlglot-sqlserver created (now 17f32e6320)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch sqlglot-sqlserver
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 17f32e6320 fix: sqlglot SQL Server

This branch includes the following new commits:

     new 17f32e6320 fix: sqlglot SQL Server

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(superset) 01/01: fix: sqlglot SQL Server

Posted by be...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch sqlglot-sqlserver
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 17f32e632004f40781d2333c2ea760240c958c23
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Mar 19 16:01:30 2024 -0400

    fix: sqlglot SQL Server
---
 superset/sql_parse.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/sql_parse.py b/superset/sql_parse.py
index 6a285660d6..9367d3c59f 100644
--- a/superset/sql_parse.py
+++ b/superset/sql_parse.py
@@ -116,7 +116,7 @@ SQLGLOT_DIALECTS = {
     # "impala": ???
     # "kustokql": ???
     # "kylin": ???
-    # "mssql": ???
+    "mssql": Dialects.TSQL,
     "mysql": Dialects.MYSQL,
     "netezza": Dialects.POSTGRES,
     # "ocient": ???