Changeset 447

Show
Ignore:
Timestamp:
01/08/08 23:24:24 (11 months ago)
Author:
garth
Message:

Don't try to search when we have an iterator.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/Data/ObjectDriver/ResultSet.pm

    r446 r447  
    390390    my $self = shift; 
    391391 
     392    # An iterator only ResultSet doesn't have a class (or any paramaters for 
     393    # that matter) so don't try to search for anything. 
     394    return unless $self->class; 
     395 
    392396    # If results are already loaded, see if they need to be filtered and return 
    393397    # them