Re: Recordset: make test error with latest Postgres

2003-07-01 Thread Gerald Richter
> > Recordset make test fails with Postgres 7.3 on 'select multiple fields > 2', error log attached. It used to work before, it seems Postgres' type > convertion rules are more restrictive... In error log Recordset says > 'bind_types=1 4' and then Postgres complaints about atoi - new version > o

Re: Testing 2.x with production 1.x code

2003-07-01 Thread Gerald Richter
> There seems to be some issue with this, but perhaps it is due to me not > using things as they should be. There is a line in my base.epl which > causes 2.0 to barf: > > $req_rec->update_mtime(time()); > Please add the following line in Embperl/Object.pm line 130, just after the sub Execute and

Re: What good is %idat?

2003-07-01 Thread Gerald Richter
> So %idat is almost always for internal use of Emperl? > You can use the information when they are usefull for your code, otherwise it's only for internal use of Embperl Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Another embperlobject behavior i do not understand

2003-07-01 Thread Gerald Richter
> > i have a subroutine that in some side of this is executing the next: > > print OUT "Task duplicated"; > $fdat{taskid} = $task_inserted; > &display_task_form; > &clean_exit; > > The warning message is not being displayed, But the html code in sub display_task_form is being displayed correctly, d

Another embperlobject behavior i do not understand

2003-07-01 Thread Carlos
HI all: I am testing ebmperl object 2.0b9 ( this time i spelled ok :-) ) i have a subroutine that in some side of this is executing the next: print OUT "Task duplicated"; $fdat{taskid} = $task_inserted; &display_task_form; &clean_exit; The warning message is not being displayed, But the html