mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-22 15:12:38 +00:00
REPO-3625 / MNT-19701: Change JOIN to LEFT JOIN to the alf_store table.
This commit is contained in:
@@ -1159,7 +1159,7 @@
|
||||
join alf_node parentNode on (parentNode.id = assoc.parent_node_id)
|
||||
join alf_store parentStore on (parentStore.id = parentNode.store_id)
|
||||
join alf_node childNode on (childNode.id = assoc.child_node_id)
|
||||
join alf_store childStore on (childStore.id = childNode.store_id)
|
||||
left join alf_store childStore on (childStore.id = childNode.store_id)
|
||||
)
|
||||
LEFT OUTER JOIN
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user