Check null on ugly sql sort.
This commit is contained in:
parent
b49494d559
commit
5080d60a5c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user