Skip to content

Commit

Permalink
Add check
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jun 2, 2020
1 parent c4c4fc2 commit 60f8e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsdk/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60f8e15

Please sign in to comment.