facebook

SQL completion for informix

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #229762 Reply

    bpdahm
    Member

    – System Setup ——————————-
    Operating System and version: Windows 200 Professional
    Eclipse version: 3.0.2
    Eclipse build id: 200503110845
    Fresh Eclipse install (y/n): y
    MyEclipse version: 4.0 Milestone 1
    Eclipse JDK version: 1.4.2

    If this is a DB related question please answer the following:

    RDBMS vendor and version: Informix

    Hi,

    is there any way to work with a table field completion and synonyms ??

    I try to complete the following sql and it does not work because of the synonym per

    select * from person per where per. <— no completion of the synonym

    It just works with this syntax

    select * from person where person. <– completion works properly

    But this is no alternative way to work within complexe sql statemants

    Regards

    Peter

    #229800 Reply

    Riyad Kalla
    Member

    I believe this is on our TODO list but I will check with the developer.

    #229829 Reply

    support-jeff
    Member

    There is an issue in bugzilla on this, but it is very low priority. Mainly it is to do with the difficulty of dynamically dealing with the auto-completion of an alias, plus the fact that a table alias is not declared until the from clause, which means you could never auto-complete in the select clause, etc. Very thorny one.

    #229831 Reply

    bpdahm
    Member

    I can imagine that it is a tricky problem. But it is more than usefull within complex databases and complex sql statements. i now that some of my collegues are using other tools because of this feature.

    Hopefully you will find out a solution for this problem.

    Regards

    Peter

    #229838 Reply

    support-jeff
    Member

    I should clarify that it is not a low priority because of the difficulty of implementing, but rather it has never been a highly requested item (this is quite literally the second or third request).

    #229848 Reply

    Riyad Kalla
    Member

    Second request 🙂

    #248565 Reply

    Jose.Lora
    Member

    Third request. This is an old one and I cannot imagine people doing serios SQL work not wanting a feauture like this one.

    Any idea when will this be implemented?

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: SQL completion for informix

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