« ...oSuggestAPITest_languageCode__VisitsSummary.get_range.xml » n'existait pas sur « 2755791a3e0e62a22e405f976939e24a5cc4a46f »
-
Matt Jankowski a rédigé
The `Status` class has a default order on it, so when this query gets built and gets all the way to `find_in_batches` there is an order already there. When `find_in_batches` is run it discards any existing order on the query, and emits a warning to the logs if there is one there. This change removes the order prior calling `find_in_batches`, which will stop the logged warning from occurring as well.
Matt Jankowski a rédigéThe `Status` class has a default order on it, so when this query gets built and gets all the way to `find_in_batches` there is an order already there. When `find_in_batches` is run it discards any existing order on the query, and emits a warning to the logs if there is one there. This change removes the order prior calling `find_in_batches`, which will stop the logged warning from occurring as well.
Chargement en cours