On Friday, February 16, Jay Savage wrote: 
> It turns out that was it. What a weird bug.

Not a bug in cdbi -- you were just using columns() 
incorrectly.  There are no examples in the docs of passing 
multiple groups in one columns() call.   That syntax would 
lead to ambiguities, since e.g.

   __PACKAGE__->columns(a => qw/b c d e f/)

is the same as

   __PACKAGE__->columns(a => qw/b c/, d => qw/e f/)

(the arguments just get flattenned into one array)

Brian


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to