BUG

RobertK

Member³
6.0.6.947
I think this is a bug,
Not sure if this was fixed in current version

Try to create a function this way:



Give it a name, whether putting other elements does not matter in this case > OK :



Entire PD windows seizes up (Note the title bar grayed out)



But, does not appear to Windoz as "Not responding"



Very annoying :o
 
Did the template for the function change from the standard one either intentionally or not? If so, maybe sending Marco the template would enable him to reproduce it.

Mike
 
>> In picture 2 the prompts already wrong, which is very strange.

yes, you noticed ;)

this is content of function.tpl:

create or replace function [Name][+Parameters="("][Parameters="Name in type, Name in type, ..."][+Parameters=")"] return [Return type=varchar2,integer,number,date,boolean,long,long raw,clob,blob,binary_integer,
%type,
%rowtype,...] is
Result [Return type];
begin
[#]
return(Result);
end [Name];
/
 
Back
Top