diff --git a/src/dsdk/mssql.py b/src/dsdk/mssql.py index f5e54da..f13df0e 100644 --- a/src/dsdk/mssql.py +++ b/src/dsdk/mssql.py @@ -127,7 +127,7 @@ def __call__(self, batch, service): pass except (DatabaseError, InterfaceError) as error: number, *_ = error.orig.args - # column privileges are a non-standard breaking "feature" + # column privileges is a standard-breaking mssql "feature" if number == 230: logger.info(self.COLUMN_PRIVILEDGE, table) continue