Re: Unique constraints

[prev] [thread] [next] [Date index for 2005/03/04]

From: Cees Hek
Subject: Re: Unique constraints
Date: 17:28 on 04 Mar 2005
On Fri, 4 Mar 2005 16:08:20 +0000, Tony Bowden <tony-cdbitalk@xxxxx.xxx> wrote:
> On Fri, Mar 04, 2005 at 07:49:04AM -0500, Cees Hek wrote:
> > Will search not return an iterator in this case and hence always be
> > true?  shouldn't that be:
> >   return not $self->search(foo => $value)->first;
> 
> An iterator in numeric context overloads to the count, so this should be
> OK.

Interesting.  Is that documented anywhere?

> Your way could fall down if the first thing back stringified to a false
> value.

Good point, so how about this for clarity:

   return not $self->search(foo => $value)->count;

Thanks for clarifying that.

        -- 
        Cees Hek

Unique constraints
Will Hawes 10:57 on 04 Mar 2005

Re: Unique constraints
Tony Bowden 11:04 on 04 Mar 2005

Re: Unique constraints
Cees Hek 12:49 on 04 Mar 2005

Re: Unique constraints
Tony Bowden 16:08 on 04 Mar 2005

Re: Unique constraints
Cees Hek 17:28 on 04 Mar 2005

Re: Unique constraints
Tony Bowden 20:46 on 04 Mar 2005

Generated at 20:12 on 07 Mar 2005 by mariachi v0.52