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), taking in account that both iterators
will
operate over the same table. I understand that building sql query with 'or's
or union
would provide the same effect in terms of list of results but running more
explicit queries
when there is no control over the query plan is more  efficient.
Thanks,
          Maxim Grigoriev. 



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to