hi,
it looks like bug, but maybe is a feature that i can#t understand
i have object types with different overloaded constructor.
so i want to test one of them, right click> Test
and get the generated code like
so if you look on inititialization of result its look strange for me.
why is the initialized object call self constructor?
Thx,
alex
it looks like bug, but maybe is a feature that i can#t understand
i have object types with different overloaded constructor.
so i want to test one of them, right click> Test
and get the generated code like
SQL:
declare
result scott.myobj;
obj myobj;
begin
obj := myobj(myobj_id => :a_myobj_id ...[other object variable]..);
--call method
result := obj.myobj;
end;
so if you look on inititialization of result its look strange for me.
why is the initialized object call self constructor?
Thx,
alex