Further QName fallout fixes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8447 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2008-03-07 01:47:44 +00:00
parent bccc560c44
commit 513a32a71b

View File

@@ -549,10 +549,10 @@
org.alfresco.repo.domain.hibernate.NodeImpl as node org.alfresco.repo.domain.hibernate.NodeImpl as node
join node.properties prop join node.properties prop
where where
index(prop) = :propQName and node.store.key.protocol = :protocol and
prop.stringValue = :propStringValue and node.store.key.identifier = :identifier and
node.store.key.protocol = :protocol and index(prop) = :propQNameId and
node.store.key.identifier = :identifier prop.stringValue = :propStringValue
</query> </query>
</hibernate-mapping> </hibernate-mapping>