Results 1 comments of jason_lee

> Can be reproduced with this simple select: > > ```python > extract_tables("select * from table1 as t") # produces ['t'], not ['table1'] > ``` > > Any idea how...