Introduce Qualified Columns for Table Alias : displays only 1 table columns
When a query uses 2 tables which are the same, but have an alias, the “Introduce Qualified Columns” generates the columns, but uses the prefix for 1 table only. Expected result is to use the Alias of participating tables.
To reproduce:
Navigate to Sybase ASE and pubs2 database
Type the query below:
@ivan: has this feature been implemented to support this use case?
@Sachin
Version 18 has work going on with the auto completion. Currently version 18 does not have the column parent associated with the column. In the past we have had column parent association, but never have we morphed the parent to an alias. We would need to enhance the parser to pick up the object's alias and proceed with code enhancements from there...
@Sachin
Version 18 has work going on with the auto completion. Currently version 18 does not have the column parent associated with the column. In the past we have had column parent association, but never have we morphed the parent to an alias. We would need to enhance the parser to pick up the object's alias and proceed with code enhancements from there...
Issue #13651 |
In Progress |
Completion |
No due date |
No fixed build |
No time estimate |
@ivan: has this feature been implemented to support this use case?