alculquicondor / psqlparse

A python module that gives access to PostgreSQL's query parser, for turning SQL into a parse tree.
BSD 3-Clause "New" or "Revised" License
164 stars 41 forks source link

add tables of function arguments to tables() #32

Closed andrejonas closed 6 years ago

andrejonas commented 6 years ago

Takes tables which appear within function arguments for the tables() function into account.

alculquicondor commented 6 years ago

Could you please provide a test for this?