Merge 'trunk' into 'multi_stuff'
Matt S Trout [Fri, 20 Feb 2009 04:42:18 +0000 (04:42 +0000)]
r27901@agaton (orig r5562):  robkinyon | 2009-02-20 04:37:12 +0000
 r5547@rkinyon-lt-osx (orig r5546):  robkinyon | 2009-02-19 23:29:39 -0500
 Added qualifiers as to when as_query will work

1  2 
t/96multi_create.t

@@@ -550,9 -552,10 +550,11 @@@ eval 
    is($a->cds && $a->cds->first->title, 'The Wall', 'CD insertion ok');
  };
  diag $@ if $@;
 -}
 -
 +=cut
  
  diag '* Create foreign key col obj including PK (See test 20 in 66relationships.t)';
++## Create foreign key col obj including PK
++## See test 20 in 66relationships.t
  eval {
    my $new_cd_hashref = { 
      cdid => 27,