facebook

Database Explorer : Table Alias code completion

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222332 Reply

    mike_miller
    Member

    Another DB request sorry.

    Again its only a quick one to explain but I expect might be more difficult to implement. The problem is that if you use aliases the code completion fails to work.

    Example

    Select * from tableA where tableA.column1 = 1 : the code completion would work.

    Select * from tableA ATable where ATable.column1 =1 the code completion would not provide any suggestions for columns in ATable.

    I guess what I’m asking for is can you resolve alias names used in a query to their actual Table names, to allow code completion to work for them?

    Regards,

    Mike.

    #222383 Reply

    support-jeff
    Member

    There is an issue in bugzilla already for this type of support. Thanx for adding your opinion as well, though!

    jeff

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Database Explorer : Table Alias code completion

You must be logged in to post in the forum log in