mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
*Don't* anotate MSSQL queries..
This commit is contained in:
parent
aec38614c0
commit
f63d43c3cf
@ -86,7 +86,7 @@ class SqlServer(BaseSQLQueryRunner):
|
||||
|
||||
@classmethod
|
||||
def annotate_query(cls):
|
||||
return True
|
||||
return False
|
||||
|
||||
def __init__(self, configuration):
|
||||
super(SqlServer, self).__init__(configuration)
|
||||
|
Loading…
Reference in New Issue
Block a user