>
> 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
> 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
> 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
>
> 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
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