On Nov 28, 2007 2:30 PM, maxim <[EMAIL PROTECTED]> wrote:
> is it possible to overload some unary operators for
> Rose::DB::Object::Iterator objects.
> Like:
>$iterator .= $another_iterator;
>$iterator += $another_iterator;
Maybe, but I certainly don't want to do it :) There's been at le
Hi John,
is it possible to overload some unary operators for
Rose::DB::Object::Iterator objects.
Like:
$iterator .= $another_iterator;
$iterator += $another_iterator;
Of course if iterators considered to be mutable. Or at least have something
like
$iterator->append($another_iterator), ta
On Nov 27, 2007 11:21 PM, David Lloyd <[EMAIL PROTECTED]> wrote:
> Ron Savage wrote:
> > You mean like SQL::Abstract?
> > http://search.cpan.org/~nwiger/SQL-Abstract-1.22/
>
> I was thinking the same thing...does that not do what the OP wishes it to?
SQL::Abstract is very limited. It doesn't even