Check null on ugly sql sort.
This commit is contained in:
@@ -142,7 +142,10 @@ public class Persist
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ORDERBY
|
// ORDERBY
|
||||||
|
if (orderby != null)
|
||||||
|
{
|
||||||
Collections.sort(ret, orderby);
|
Collections.sort(ret, orderby);
|
||||||
|
}
|
||||||
|
|
||||||
// LIMIT AND OFFSET
|
// LIMIT AND OFFSET
|
||||||
// Parse args
|
// Parse args
|
||||||
|
|||||||
Reference in New Issue
Block a user