|
From: Ben C. <php...@be...> - 2002-09-06 14:54:41
|
Yes, I think Jirka's fix should solve the problem I introduced. :) Upgrade.php still needs work, but in the past I've put it off until just before release. On Fri, Sep 06, 2002 at 03:49:11PM +0200, Jirka Pech wrote: > > DB Error: invalid number > > SELECT sum(decode( s.status_name, 1, 1, 2, 1, 3, 1, 4, 1, 0 )), sum(decode( > > s.status_id, 1, 0, 2, 0, 3, 0, 4, 0, 1 )) from phpbt_bug b, phpbt_status s > > where b.status_id = s.status_id (+) and b.created_by = 1 > > [nativecode=ORA-01722: invalid number ] > > This comes from adding BUG_??? codes. s.status_name is not a number. Try new > inc/db/oci8.php from CVS and let me know. > |