Forum Replies Created
-
AuthorPosts
-
Keith DavisParticipant
Our database is every changing and the database backup is not empty. I could drop it first, but that means the entire database would have to be written every time – too much additional traffic.
Keith DavisParticipantKeith Davis wrote on Oct 3 2008, 06:54 PM:Was it released?I just installed 7.12 RC and it seems to be fixed.
Keith DavisParticipantpeterlaursen wrote on Oct 3 2008, 09:54 AM:Next release will be in 20-30 minutes unless something goes very much wrong!Was it released?
Keith DavisParticipantnavyashree.r wrote on Oct 3 2008, 01:00 AM:Hi,Thank you for your testcase. We reproduced at our end. It was an issue with 'FROM' clause; alias was not displaying when we type 'from in full caps'. Added in our issue tracker.
We will include this fix into our next release. If you require we will provide you a special build. To avail this special build please create ticket and let us know the status.
Regards,
Navya
I can wait until the next release.
Keith DavisParticipantnavyashree.r wrote on Oct 1 2008, 05:16 AM:Then can you please attach a complete (structure-only) dump for the data involved here! Can you export such, zip and attach (here or in a ticket if you want privacy)?Regards,
Navya
Ok
Keith DavisParticipantnavyashree.r wrote on Sep 30 2008, 12:42 AM:Can you please confirm whether database listing the tables is displaying or not i.e. when you typeYes, that works, and it works lists the fields just fine when I do it with the full table name:
Keith DavisParticipantpeterlaursen wrote on Sep 29 2008, 02:33 PM:Please try to rename the 'tags' folder (in ..application datasqlyog). This folder contains databases used by autocomplete. Next time program connects new databases will be built.Nope. That did not work. Strange, though, I accidentally typed what you see below and I did get the list, but it makes no sense that it would do it there.
Keith DavisParticipantpeterlaursen wrote on Sep 26 2008, 02:50 AM:oops .. Navya got a point here.It does work for me wiht 7.1, when I do it right!
[attachment=989:works.jpg]
I know it works in 7.1. I said that in my post above. For some reason, on one machine, after I did the install, this feature ceased to work, even if downgrade. It's broken and I don't know how to fix it.
Keith DavisParticipantpeterlaursen wrote on Sep 25 2008, 02:47 AM:From what version did you upgrade?What is the Windows version?
7.02
Windows XP Service Pack 3
Keith DavisParticipantnavyashree.r wrote on Sep 25 2008, 01:01 AM:Hi,In Tools menu –> Go to Preferences –> Power Tools tab –> Enable Autocomplete. So, can you please confirm whether have you enabled this option in Preferences. See attachment “alias.JPG”. Its working fine in both 7.02 and 7.1 version.
Regards,
Navya
It is. It worked fine before I upgraded, and it works fine on other computers. Just mine is broken. When I opened it up for the first time yesterday, my saved password was gone. I had to re-enter it for some reason. Then I noticed this problem. I downgraded and the problem still exists.
Keith DavisParticipantWhat I meant is I can type
Code:SELECT FROM rm5_prov 5And the go back and type
p.
Between
SELECT and FROM
Like this
Code:SELECT p. FROM rm5_prov5 pand I get a field list, just like if I typed
Code:SELECT rm5_prov5. FROM rm5_prov5 p -
AuthorPosts