*Don't* anotate MSSQL queries..

This commit is contained in:
Arik Fraimovich 2016-10-09 13:50:00 +03:00
parent aec38614c0
commit f63d43c3cf

View File

@ -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)