On 28/02/2020 17:03, Jiří Činčura wrote:
> Hi Adriano,
> 
> Tested with 3.0.6.33260-0_x64 with the same steps I discovered the issue and 
> it is still happening.
> 

With the backup you sent this code works:

recreate package body QRY_STAFF as
begin
  procedure SALES_PER_USER_PRODUCTGROUP (
      IN_FROM D_DATE,
      IN_UNTIL D_DATE)
  returns (
      OUT_US_NAME type of column T_USER.F_US_USERNAME,
      OUT_PERS_NAME type of column T_PERSON.F_PERS_NAME,
      OUT_PERS_FIRSTNAME type of column T_PERSON.F_PERS_FIRSTNAME,
      OUT_PG_NAME type of column T_PRODUCT_GROUP.CF_PG_NAME,
      OUT_TOTAL type of D_DECIMAL)
  as
  begin
  end
end!

I cannot recreate the original body as is because the database has UDFs,
but the empty body should not matter.

So why you say it's not fixed?


Adriano



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to