Skip to content

v2.7.0

Latest
Compare
Choose a tag to compare
@MasterOdin MasterOdin released this 21 Feb 18:43
· 1 commit to main since this release
c17b973

Features

  • Add initial support for table identification by @azmy60 in #76

This feature requires passing identifyTables: true to the identify options. It will only pick up tables in very simple cases (no CTEs) for SELECT and INSERT queries and is not ready for broad usage. If enabled, should ideally see the tables used under new tables key in the identify result. If disabled, or using an unsupported query type, then tables will be an empty array.

Full Changelog: v2.6.0...v2.7.0