Re: TEMP fields behaviour

[prev] [thread] [next] [Date index for 2005/01/14]

From: Perrin Harkins
Subject: Re: TEMP fields behaviour
Date: 14:03 on 14 Jan 2005
Hartmaier Alexander wrote:
> my $sth_int_down = NAC::Interface->sql_down();
> 
> $sth_int_down->execute();
> 
> @interfaces = map NAC::Interface->construct($_), 
> $sth_int_down->fetchall_hash;

Easier written as:
@interfaces = NAC::Interface->search_down();

I would have expected your temp thing to work, although I don't 
understand why you made it TEMP if it's a column in the database.  See 
what comes back from your query and make sure it really lists the column 
name as "since".

- Perrin


        -- 
        No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.11 - Release Date: 1/12/2005

TEMP fields behaviour
Hartmaier Alexander 08:07 on 14 Jan 2005

Re: TEMP fields behaviour
Peter Speltz 08:26 on 14 Jan 2005

Re: TEMP fields behaviour
Perrin Harkins 14:05 on 14 Jan 2005

Re: TEMP fields behaviour
Perrin Harkins 14:03 on 14 Jan 2005

Re: TEMP fields behaviour
Hartmaier Alexander 15:19 on 14 Jan 2005

Re: TEMP fields behaviour
Cees Hek 15:38 on 14 Jan 2005

Re: TEMP fields behaviour
Hartmaier Alexander 13:41 on 17 Jan 2005

RE: TEMP fields behaviour
Brian Doig 17:56 on 17 Jan 2005

Re: TEMP fields behaviour
Peter Speltz 18:13 on 17 Jan 2005

Generated at 17:42 on 27 Jan 2005 by mariachi v0.52