Re: Low-level data access

[prev] [thread] [next] [Date index for 2004/12/03]

From: Perrin Harkins
Subject: Re: Low-level data access
Date: 17:05 on 03 Dec 2004
On Fri, 2004-12-03 at 11:02 -0600, Stathy G Touloumis wrote:
> my @test = $rec->_attrs( q(etl_status) );
> # @test empty, despite value in database ...
> 
> Why is it empty in object?  My assumption is because the low-level 
> accessors bypass the lazy loading functionality but I would think that 
> they should not bypass them.

My understanding was that these exist specifically to bypass lazy-
loading and triggers.  If you don't want to do that, just use get():

my @test = $rec->get( q(etl_status) );

- Perrin

Low-level data access
Stathy G Touloumis 16:36 on 03 Dec 2004

Re: Low-level data access
Perrin Harkins 16:34 on 03 Dec 2004

Re: Low-level data access
Stathy G Touloumis 17:02 on 03 Dec 2004

Re: Low-level data access
Perrin Harkins 17:05 on 03 Dec 2004

Re: Low-level data access
Tony Bowden 19:59 on 03 Dec 2004

Generated at 15:37 on 08 Dec 2004 by mariachi v0.52