Github user bhaisaab commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1009#discussion_r43523867
  
    --- Diff: framework/db/src/com/cloud/utils/db/Filter.java ---
    @@ -89,7 +89,7 @@ public void addOrderBy(Class<?> clazz, String field, 
boolean ascending) {
             if (_orderBy == null) {
                 _orderBy = order.insert(0, " ORDER BY ").toString();
             } else {
    -            _orderBy = order.insert(0, _orderBy).toString();
    +            _orderBy = order.insert(0, _orderBy + ", ").toString();
    --- End diff --
    
    @rags22489664 also recommend if this should also go into 4.5 branch?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to