Re: Can we make might_have() relationships easier to use?

[prev] [thread] [next] [Date index for 2004/08/10]

From: Tony Bowden
Subject: Re: Can we make might_have() relationships easier to use?
Date: 20:54 on 10 Aug 2004
On Fri, Jun 04, 2004 at 11:06:30AM -0400, Edward J. Sabol wrote:
> --- Blurb.pm.orig  Sun Apr 25 11:33:36 2004
> +++ Blurb.pm    Fri Jun  4 10:44:17 2004
> @@ -21,7 +21,7 @@
>         $class->db_Main->do(
>                 qq{
>       CREATE TABLE Blurbs (
> -        title                   VARCHAR(255) PRIMARY KEY,
> +        title                   VARCHAR(255) NOT NULL PRIMARY KEY,
>          blurb                   VARCHAR(255) NOT NULL
>      )
>    }
> 
> 0.95 fails 9/18 tests in 14-might_have.t when you do that, but 0.96 passes
> with flying colors. Still, please tweak Blurb.pm so there is no regression in
> the future.

Applied.

Tony

(message missing)

Can we make might_have() relationships easier to use?
Edward J. Sabol 06:04 on 04 Jun 2004

Re: Can we make might_have() relationships easier to use?
Tony Bowden 20:54 on 10 Aug 2004

Generated at 11:34 on 01 Dec 2004 by mariachi v0.52