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