#1186 - ENH: Support using TableValues / Array for select prop in (?) queries

This commit is contained in:
rob bygrave
2017-10-31 02:53:20 +13:00
parent 89dac3820b
commit 6e62b72fb9
43 changed files with 756 additions and 131 deletions
@@ -331,7 +331,7 @@ public class CQueryEngine {
* deemed to be a be a paging query - check that the order by contains the id
* property to ensure unique row ordering for predicable paging but only in
* case, this is not a distinct query
*
*
* @param request
*/
private <T> void prepareForPaging(OrmQueryRequest<T> request) {