Re: [RDBO] cache object for later use within a mod_perl request cycle

2007-06-22 Thread Perrin Harkins
On 6/22/07, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > Thanks for the hint! This almost did it. Some tests showed that I had > to use the connection-variant of pnotes in my setup: > > use Apache2::ConnectionUtil; > # grab the connection object; > my $c = $r->connection; You really shouldn't nee

Re: [RDBO] cache object for later use within a mod_perl request cycle

2007-06-22 Thread Perrin Harkins
On 6/22/07, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > I didn't get a result. Within the authentication handler I stuffed an > object (or even a simple string) into $r->pnotes and tried to write it > to the logfile from the authorization handler but it was empty, the > same test worked with $c->

Re: [RDBO] cache object for later use within a mod_perl request cycle

2007-06-22 Thread Michael Lackhoff
On 22 Jun 2007 at 10:03, Perrin Harkins wrote: > On 6/22/07, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > > Thanks for the hint! This almost did it. Some tests showed that I had > > to use the connection-variant of pnotes in my setup: > > > > use Apache2::ConnectionUtil; > > # grab the connection

Re: [RDBO] Rose::DB::Object::Column::Serialize?

2007-06-22 Thread John Siracusa
On 6/22/07, Svilen Ivanov <[EMAIL PROTECTED]> wrote: > This serialized columns seem common practice (at least 2-3 devs asked > up till now) but inclusion in RDBO package may be overkill, how about > posting the samples in documentation or in the wiki (I faintly recall > RDBO wiki somewhere)? There

[RDBO] on the fly fields

2007-06-22 Thread James Masters
Basic question. As with all database work, when I write a report, sometimes I need to show a column which is not a field but is calculated on the fly from fields in the database. Does Rose facilitate such "display-only" fields in some way? Thought it was worth asking if there was a "correct" way

Re: [RDBO] on the fly fields

2007-06-22 Thread Jonathan Vanasco
On Jun 22, 2007, at 6:27 PM, James Masters wrote: > Basic question. > As with all database work, when I write a report, sometimes I need > to show a > column which is not a field but is calculated on the fly from > fields in the > database. > > Does Rose facilitate such "display-only" fields