Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

68189: Merged PLATFORM1 (4.3/Cloud) to HEAD-BUG-FIX (4.3/Cloud)
      63165: ACE-482: sinceTxId clause in SQL query is no longer generated unless sinceTxId is non-null


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@68454 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-04-30 16:25:13 +00:00
parent b9cce28a70
commit a5543491bb

View File

@@ -35,7 +35,9 @@
where
node.type_qname_id <> #{sysDeletedType}
AND node.store_id = #{storeId}
<if test="sinceTxId != null">
AND node.transaction_id &gt; #{sinceTxId}
</if>
<if test="hasPredicate">
AND
<foreach item="item" index="index" collection="predicateParts">