From a5543491bbbfb4aa39f2436859a1e51bff0e7d9e Mon Sep 17 00:00:00 2001 From: Mark Rogers Date: Wed, 30 Apr 2014 16:25:13 +0000 Subject: [PATCH] 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 --- .../metadata-query-common-SqlMap.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/metadata-query-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/metadata-query-common-SqlMap.xml index 4bde2f1b60..5b3425c224 100644 --- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/metadata-query-common-SqlMap.xml +++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/metadata-query-common-SqlMap.xml @@ -35,7 +35,9 @@ where node.type_qname_id <> #{sysDeletedType} AND node.store_id = #{storeId} - AND node.transaction_id > #{sinceTxId} + + AND node.transaction_id > #{sinceTxId} + AND