Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
-
2016-19, 2016-20, 2016-21
Description
Currently the query classifier returns the affected fields as a simple string, always without the table name and without distinguising whether a field is used in the select part or the where part.
For instance, the affected fields of a query like
select x.a, y.b from x join y where x.c = 3
|
is reported as "a b c".
Extend the API so that no information is filtered.
Attachments
Issue Links
- blocks
-
MXS-935 Implement column matching.
- Closed