Method parser.columns_dict
do not take into account subqueries.
#528
Labels
parser.columns_dict
do not take into account subqueries.
#528
I have the below sql query in MSSQL.
I am using the
Parser
class and thecolumns_dict
method contains theSELECT
sql clause which do not take into account the subqueries.As you can see from the sql query and the final output below in json format, in the
Tables
section registers the table from the subquery. InSelect
clause it does not contain theTransactionCount
and it also takes theWhere
clause which is contained inside the subquery.The text was updated successfully, but these errors were encountered: