>>>>> will there be or is there already support for stored function execution
>>>>> in the Trace API similar to stored procedures?
>>>>
>>>>        Sure, it is under development.
>>>
>>> Thanks for the information.
>>
>>       Done, happy testing ;)
>
> Lovely. ;-) Thanks a lot!
>
> Will give it a go in the forthcoming days. As well for the
> package/procedure naming output issue.

The naming output issue is fixed. Stored function tracing works very 
nicely. Thanks for designing the trace output similar/equal to 
procedures. ;-)

One question though ...

When I execute a stored procedure (with or without package, doesn't 
matter), e.g.:

select * from pkg_schema.s_user_tables;

I also see appropriate PREPARE_STATEMENT etc. events for the SELECT 
statement. Whereas when I execute a stored function with e.g.:

select foo(2) from rdb$database;

I only see the EXECUTE_FUNCTION_* events, but none related to the SELECT 
statement.

Is this as designed?

Thanks,
Thomas

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to