Bug Fixes
Toad doesn’t open the md file when I use the last used items on the “Load a master-detail relationship” button (this is the dropwdown list of the Open file icon).
Tamas
Thanks. This and the wrong file type in the save dialog will be fixed next beta.
John,
An other issue: I try to describe a table in the source of a Package Body, but Toad always opens a new Editor tab with the script of the table instead of describing it. This is happens only at the first describe action.
Tamas
Are you in the Editor? If so, do you have the "CTRL+Click describes objects" option checked on the Editor|Code Assist options page? With the following test package CTRL+Click describes emp if that option is checked, but loads the DDL if unchecked.
CREATE OR REPLACE PACKAGE BODY describe_test
AS
PROCEDURE Proc1
AS
n NUMBER;
BEGIN
SELECT COUNT (*) INTO n FROM emp;
END;
END;
On 02/03/2014 05:42 PM, drbubo20 wrote:
Reply by drbubo20
John,
An other issue: I try to describe a table in the source of a Package Body, but Toad always opens a new Editor tab with the script of the table instead of describing it. This is happens only at the first describe action.
Tamas
To reply, please reply-all to this email.
Stop receiving emails on this subject.
Or
Unsubscribe from Toad for Oracle - Beta notifications altogether.Toad for Oracle - Beta Discussion Forum
Flag
this post as spam/abuse.
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4259 / Virus Database: 3684/7045 - Release Date: 01/30/14
Michael,
Yes, I’m in the Editor. I’m just editing a package body.
Yes, Ctrl+Click describe objects is checked.
As I said this is happens at the first describe attempt, after that every other describe works normally.
I'm unable to reproduce at all. Does it work with the other control? Which keyboard layout are you running? Please send me your Toad.ini offline. Thanks.
On 02/04/2014 01:19 PM, drbubo20 wrote:
Reply by drbubo20
Michael,
Yes, I'm in the Editor. I'm just editing a package body.
Yes, Ctrl+Click describe objects is checked.
As I said this is happens at the first describe attempt, after that every other describe works normally.
To reply, please reply-all to this email.
Stop receiving emails on this subject.
Or
Unsubscribe from Toad for Oracle - Beta notifications altogether.Toad for Oracle - Beta Discussion Forum
Flag
this post as spam/abuse.
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4259 / Virus Database: 3684/7045 - Release Date: 01/30/14