On 12/2/05 2:17 AM, Torsten Seemann wrote:
> wasabi=> update atest set x = array_prepend(3, x);
>
> wasabi=> select * from atest;
> x
> -
> [0:3]={3,4,5,6}
So in this case you'd like the Perl array to be [ 3, 4, 5, 6 ], correct?
> wasabi=> select * from atest where 4 = A
This is another double release with a required new version of Rose::DB. (I
hosed the 0.55 release by failing to update the prereq list.) I put the
releases up on SF again too:
http://sourceforge.net/project/showfiles.php?group_id=147570
Here's the change list.
0.56 (12.03.2005) - John Sira