makedep makenotdep hints should allow for more complicated scenarios
--------------------------------------------------------------------
Key: TEIID-2263
URL:
https://issues.jboss.org/browse/TEIID-2263
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.8
Attachments: dep.patch
In the option clause makedep and makenotdep take what are typically fully-qualified names
and mark all matching tables/views in the query. This is not generally a good idea. We
should allow for something akin to oracle global table syntax (view.)*table to drill down
more specifically. Ideally we'd also account for subqueries and set operations as
well.