-
Committer:
Fabien MORIN
-
Date:
2016-01-04 13:16:43 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2735.
-
Revision ID:
fabien.morin@tempo-consulting.fr-20160104131643-yg05m7g044qrom9w
SP-223 [FIX] After discussion with JFB, the way to introduce force_no_order
parameter was bad because it implies too heavy modifications on the whole code.
It is better to use existing 'order' parameter, 'limit' and 'count' as a
combination to get the same result and force removing 'ORDER BY' in the case
that doesnt need it.