From d249a22f74c105925fe2de80d4c29d7c965e5fd6 Mon Sep 17 00:00:00 2001 From: Alessandro Tagliapietra Date: Thu, 11 Jul 2013 11:52:26 +0200 Subject: [PATCH] Updated batch-processing link extension I've changed the batch processing link adding .html else the link is broken --- docs/en/reference/dql-doctrine-query-language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/dql-doctrine-query-language.rst b/docs/en/reference/dql-doctrine-query-language.rst index 856a4b077..f9ac299e3 100644 --- a/docs/en/reference/dql-doctrine-query-language.rst +++ b/docs/en/reference/dql-doctrine-query-language.rst @@ -1189,7 +1189,7 @@ There are situations when a query you want to execute returns a very large result-set that needs to be processed. All the previously described hydration modes completely load a result-set into memory which might not be feasible with large result sets. See -the `Batch Processing `_ section on details how +the `Batch Processing `_ section on details how to iterate large result sets. Functions