diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml
index 61e583bcdf..537338fd78 100644
--- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml
+++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/node-common-SqlMap.xml
@@ -1056,7 +1056,7 @@
- and prop4.string_value like #{pattern}
+ and prop4.string_value like #{pattern}
@@ -1087,7 +1087,7 @@
- and prop4.string_value like #{pattern}
+ and prop4.string_value like #{pattern}
diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml
index d1276e16a3..55455ac780 100644
--- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml
+++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml
@@ -133,7 +133,7 @@
and id < #{idTwo}
and class_type = 'plainfile'
and content_url is not null
- and content_url not like 'id:%'
+ and content_url not like 'id:%'
order by
id ASC
]]>
diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/query-test-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/query-test-common-SqlMap.xml
index e52dbaac61..6c4569501f 100644
--- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/query-test-common-SqlMap.xml
+++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/query-test-common-SqlMap.xml
@@ -38,7 +38,7 @@
where
mimetype_str = #{mimetypeMatch}
- mimetype_str like #{mimetypeMatch}
+ mimetype_str like #{mimetypeMatch}
JUNKED
@@ -51,7 +51,7 @@
where
mimetype_str = #{mimetypeMatch}
- mimetype_str like #{mimetypeMatch}
+ mimetype_str like #{mimetypeMatch}
JUNKED