mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged V2.2 to HEAD
10635: Fixed ETWOTWO-686: Oracle upgrade from pre-2.1 fails 10936: Merged V2.1 to V2.2 10279: Add shutdown script for file system receiver 10345: <Done separately> 10462: Fixed ETWOONE-325: RuntimeExec picks up character encoding from JVM; it can be manually overridden, too. 10469: Fix for https://issues.alfresco.com/jira/browse/ETWOONE-329 10470: Hibernate patch diff 10483: Fixed use of Java 1.6 APIs 10484: More JDK 1.6 API usage remove 10489: Use Shift-JS characterset to attempt to induce expected failure 10491: Fixed missed hibernate reference 10501: Removed failing test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11168 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -656,9 +656,10 @@
|
||||
node
|
||||
from
|
||||
org.alfresco.repo.domain.hibernate.NodeImpl as node
|
||||
join node.properties as props
|
||||
where
|
||||
node.properties.serializableValue is not null and
|
||||
node.properties.multiValued = false
|
||||
props.serializableValue is not null and
|
||||
props.multiValued = false
|
||||
</query>
|
||||
|
||||
<query name="node.patch.GetAssocsAndChildNames">
|
||||
|
Reference in New Issue
Block a user