AnyMongo
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/AnyMongo/Collection.pm view on Meta::CPAN
return 0;
}
}
else {
$conn->send_message($insert);
}
return @$ids;
}
sub update {
my ($self, $query, $object, $opts) = @_;
# there used to be one option: upsert=0/1
# now there are two, there will probably be
# more in the future. So, to support old code,
# passing "1" will still be supported, but not
# documentd, so we can phase that out eventually.
#
# The preferred way of passing options will be a
# hash of {optname=>value, ...}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.074 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )