Re: DBIx::Recordset andLongNames error

2003-12-30 Thread Kaare Rasmussen
> I think the big problem with doing something like this is that updates > to multiple tables should be wrapped in a transaction. Well, I'd leave that for the user to decide. > And I certainly don't think Recordset can do this at the moment. There's a $set -> Begin. Not sure how to use it though

Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-12-30 Thread Alexander Hartmaier
Hi again! I installed WhiteBox Linux 3.0 (a free version of RedHat Advanced Server 3.0) yesterday. Now i've hot EXACTLY the same troubles as one month ago with Fedora Core 1!!! My apache2 segfaults when i use GD::Graph. @Gerald: have you look further into this? HELP NEEDED! Thanks, Alex V

Re: DBIx::Recordset andLongNames error

2003-12-30 Thread Terrence Brannon
Kaare Rasmussen wrote: I think the big problem with doing something like this is that updates to multiple tables should be wrapped in a transaction. Well, I'd leave that for the user to decide. And I certainly don't think Recordset can do this at the moment.

[ANNOUNCE] DBIx::Recordset 0.25 now on CPAN

2003-12-30 Thread Terrence Brannon
NEW FUNCTIONALITY (Cameron Prince, Terrence Brannon) * Full SQL Query input via the !Query option to Search() * added the '$makesql' flag to Search() so that generated SQL can be returned instead of executed. It will remain undocumented until it is supported for Update(), Delete(), and Insert().