Skip to content

Commit

Permalink
Merge pull request #245 from macbre/dependabot/pip/sql-metadata-2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 10, 2021
2 parents cce46cd + c8fd5d9 commit b61b665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_not_used_columns_two(self):
def test_parsing_errors_handling(self):
queries = [
'SELECT test',
'SELECT t.val as value, count(*) FROM 0020_big_table as t WHERE id BETWEEN 10 AND 20 GROUP BY val'
'SELECT 0020_big_table t WHERE id BETWEEN 10 AND 20 GROUP BY val'
]

reports = list(check_not_used_columns(database=self.connection, queries=queries))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'docopt==0.6.2',
'PyYAML==5.4.1',
'mysqlclient==2.0.3',
'sql_metadata==2.0.0',
'sql_metadata==2.2.1',
'termcolor==1.1.0',
'yamlordereddictloader==0.4.0'
],
Expand Down

0 comments on commit b61b665

Please sign in to comment.