xsist10 / cadfael

Tool for performing static analysis on the design and usage patterns of your MySQL database.
GNU General Public License v3.0
48 stars 6 forks source link

Refactored Table Lookup #75

Closed xsist10 closed 2 years ago

xsist10 commented 2 years ago

Refactored the code that walks a query's parsed tree and identifies which tables are represented in a query. Resolves issue #69