Alexey Gaidukov wrote : 
>
>CREATE FUNCTION U.TEST(
>    n smallint)
>RETURNS smallint AS
>BEGIN
>    SET n = 0;
>    return 1;
>END;
>//
>select U.test(null) from dbadmin.dual
>
>
> General error;-9111 POS(1) เจ€๋„Ž
>select arm.test(null) from dbadmin.dual

Thanks for mailing this bug. I've already been able to locate the problem and 
will provide the fix as soon as possible.

Best Regards,
Thomas

Reply via email to