1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Updated batch-processing link extension

I've changed the batch processing link adding .html else the link is broken
This commit is contained in:
Alessandro Tagliapietra 2013-07-11 11:52:26 +02:00
parent 78fc129614
commit d249a22f74

View File

@ -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 <batch-processing>`_ section on details how
the `Batch Processing <batch-processing.html>`_ section on details how
to iterate large result sets.
Functions