[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Status of 1.4 and call for involvement



Chris Travers wrote:
Anyone who would like help getting started should email this list.



I think there is something wrong in file "sql/modules/Payroll.sql" at lines

 72 CREATE OR REPLACE FUNCTION payroll_income_type__get(in_id int)
 73 RETURNS payroll_income_type AS $$
 74 SELECT * FROM payroll_income_class WHERE id  = $1;
 75 $$ LANGUAGE SQL;


The declared return type is "payroll_income_type", but it actually returns a set of "payroll_income_class" rows. These objects have different types