sql-metadata
sql-metadata copied to clipboard
Update parser.py
Solved the nested query parser.columns_dict set result. Excluded 'join' and 'where' columns from 'select' dict of parser.columns_dict
@neel98, thanks for the fix. Can you also add a test case or two covering this change, please?