From d72dead24adebc798c9fe1fdff3a36eb330fe172 Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Thu, 23 May 2013 18:09:47 -0600 Subject: [PATCH] 2.4 removed restriction on BINARY See https://jira.mongodb.org/browse/SERVER-4608 --- source/core/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/aggregation.txt b/source/core/aggregation.txt index 52563d92075..1cda90c8679 100644 --- a/source/core/aggregation.txt +++ b/source/core/aggregation.txt @@ -387,7 +387,7 @@ Aggregation operations with the :dbcommand:`aggregate` command have the following limitations: - The pipeline cannot operate on values of the following types: - ``Binary``, ``Symbol``, ``MinKey``, ``MaxKey``, ``DBRef``, ``Code``, + ``Symbol``, ``MinKey``, ``MaxKey``, ``DBRef``, ``Code``, ``CodeWScope``. - Output from the :term:`pipeline` can only contain 16 megabytes. If