mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-29 15:21:53 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
91933: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud)
91860: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.1)
91754: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5)
91668: MNT-12809 : ORDER BY on custom metadata property without node with custom type
Was corrected sql select query.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94845 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="hasOrderBy">
|
||||
<if test="hasPredicatePartsOrder">
|
||||
order by
|
||||
<foreach item="item" index="index" collection="predicateParts" open="" separator="," close="">
|
||||
<choose>
|
||||
@@ -114,6 +115,7 @@
|
||||
</when>
|
||||
</choose>
|
||||
</foreach>
|
||||
</if>
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user