Skip to content
Snippets Groups Projects
Commit 1a71f72c authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge branch 'issue/sort-keys' into develop-next

parents e6889b0a d43ce3da
No related branches found
No related tags found
No related merge requests found
......@@ -2099,6 +2099,8 @@ extends VerySimpleModel {
list($path, $field) = $key;
$fields[] = new SqlField($path);
}
// Force nulls to the buttom.
$fields[] = 'zzz';
$alias = sprintf('C%d', $this->getId());
$expr = call_user_func_array(array('SqlFunction', 'COALESCE'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment