Re: [RDBO] another small suggestion for enchancement

2007-11-28 Thread John Siracusa
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

[RDBO] another small suggestion for enchancement

2007-11-28 Thread maxim
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