Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.1.0
-
Component/s: QueryClassifier
-
Labels:None
-
Epic Link:
-
Sprint: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
-