X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FData%2FCollection%2FSet.pm;fp=lib%2FDBIx%2FData%2FCollection%2FSet.pm;h=a6188f4ccf4d554f8715f9229fe591480fd8d494;hb=ec6807f867a2655e729ba6d9f52b525f8a76a876;hp=e524177b8a4615b451d4224b4a3fb84a58398424;hpb=330d0949be060957764638d190cb7a14b1114d27;p=dbsrgits%2FDBIx-Data-Store-old.git diff --git a/lib/DBIx/Data/Collection/Set.pm b/lib/DBIx/Data/Collection/Set.pm index e524177..a6188f4 100644 --- a/lib/DBIx/Data/Collection/Set.pm +++ b/lib/DBIx/Data/Collection/Set.pm @@ -201,7 +201,7 @@ method _object_spec_to_id ($spec) { ## array-ish operations - i.e. get all members method _new_raw_stream { - $self->_store->new_select_command([])->execute + $self->_store->new_select_command({})->execute } method flatten {