Re: Unique constraints

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

From: Cees Hek
Subject: Re: Unique constraints
Date: 12:49 on 04 Mar 2005
On Fri, 4 Mar 2005 11:04:05 +0000, Tony Bowden <tony-cdbitalk@xxxxx.xxx> wrote:
>   __PACKAGE__->add_constraint('unique_foo', foo => sub {
>     my ($value, $self) = @_;
>     return not $self->search(foo => $value);
>   });


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;

Cees

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