Re: [RDBO] Rose::DB array column bug

2007-12-13 Thread Derek Watson
That's ok, if you could just issue another release on CPAN just for this bug that would be great :P Thanks John! On 12/13/07, John Siracusa <[EMAIL PROTECTED]> wrote: > > On Dec 13, 2007 11:58 AM, Derek Watson <[EMAIL PROTECTED]> wrote: > > Is there a reason why I can't set the first value of an

Re: [RDBO] Rose::DB array column bug

2007-12-13 Thread John Siracusa
On Dec 13, 2007 11:58 AM, Derek Watson <[EMAIL PROTECTED]> wrote: > Is there a reason why I can't set the first value of an array to NULL? I > want to store this {NULL, 1, 2, 3} by way of an RDBO array column but I > think the following function from Rose::DB 0.737 is preventing me from doing > so:

[RDBO] Rose::DB array column bug

2007-12-13 Thread Derek Watson
Is there a reason why I can't set the first value of an array to NULL? I want to store this {NULL, 1, 2, 3} by way of an RDBO array column but I think the following function from Rose::DB 0.737 is preventing me from doing so: sub format_array { my($self) = shift; my @array = (ref $_[0]) ? @{$