How can we help you today? How can we help you today?

no popup after "from" anymore

I have been using SQL Prompt daily for a few weeks now, but last week, I stopped getting a popup after typing "from ".

It used to be that typing "from" and then SPACE would cause the popup window to appear; now, nothing happens. Even pushing Ctrl-space does nothing.

However, after typing the first table name manually, the popup does appear after I type "join ".
bis
0

Comments

4 comments

  • Bart Read
    Hi there,


    Thanks for reporting this. I'm not sure of the exact problem here, but it might perhaps be worth attempting to uninstall/reinstall SQL Prompt to see if this makes a difference.

    Hope that helps.


    Many thanks,
    Bart Read
    0
  • bis
    I just reinstalled SQLPrompt, but am still experiencing the problem.

    Starting with this:
    create table a(a_id int not null primary key)
    create table b(b_id int not null primary key, a_id int not null foreign key references a(a_id))
    

    When I type this fragment
    select * from
    
    nothing happens, even if I push ctrl-space.

    However, when I continue typing,
    select * from a join
    
    I get a popup containing 'b', which is what I'd expect.

    SQLPrompt does not appear to have a logging option like PromptSQL did, so I can't give you any more than that.

    I did used to get a popup after 'from' on this machine, and SQLPrompt does work correctly on another machine that I installed it on.
    bis
    0
  • EsioN
    I'm getting some like this.
    If I start to write my sentence, and I press backspace after from, the popup doesn't appear anymore:
    ex. select * from (here popup appear for the first time), if I press backspace and delete the space after from, bye bye to pop up...


    Ésio Nunes
    EsioN
    0
  • Bart Read
    Hi there,


    Hmm, in that case I'm really not sure what to suggest. If we can find a workaround we'll post it here. This will certainly be fixed in SQL Prompt 3 so keep your eyes peeled for announcements related to that over the coming months.


    Thanks,
    Bart Read
    0

Add comment

Please sign in to leave a comment.