Print Thread
One more time about code assistance behaviour
#56479 05/19/17 11:18 AM
Joined: Jun 2003
Posts: 71
Russia
A
Albert Offline OP
Member
OP Offline
Member
A
Joined: Jun 2003
Posts: 71
Russia
For example we have such a block in the test window:
SQL Query
declare 
  type t_sql_param is record(
    sql_id       v$session.sql_id%type,
    child_number v$session.child_number%type);
  v_sql_param    t_sql_param;
begin
   v_sql_param.
end;
When we type a point character after v_sql_param PLD emits a lot of queries. It do some serious time lags
See it here:
PLD Qeries
Is it realy necessary? I think that a set of these queries can be combined
Thank you


There are 10 types of people: those who know binary and those who don't
Re: One more time about code assistance behaviour
Albert #56480 05/19/17 11:26 AM
Joined: Jun 2003
Posts: 71
Russia
A
Albert Offline OP
Member
OP Offline
Member
A
Joined: Jun 2003
Posts: 71
Russia
Additionally.
A parameter "Include columns from DML statement" isn't set


There are 10 types of people: those who know binary and those who don't
Re: One more time about code assistance behaviour
Albert #56483 05/20/17 08:57 AM
Joined: Aug 1999
Posts: 22,221
Member
Offline
Member
Joined: Aug 1999
Posts: 22,221
It shouldn't be necessary since the type is declared locally. We'll check it out.


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.024s Queries: 14 (0.005s) Memory: 2.5053 MB (Peak: 3.0427 MB) Data Comp: Off Server Time: 2024-05-20 20:54:19 UTC
Valid HTML 5 and Valid CSS