Comments
4 comments
-
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, -
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 fragmentselect * 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. -
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 -
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,
Add comment
Please sign in to leave a comment.
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 ".