[ 
https://jira.nuxeo.com/browse/NXP-6269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=88087#action_88087
 ] 

Alexandre Russel commented on NXP-6269:
---------------------------------------

on oracle
#IF: emptyResult 
{CALL nx_rebuild_read_acls} 

with postgres
#IF: aclOptimizationsEnabled 
#IF: emptyResult 
SELECT * FROM nx_rebuild_read_acls(); 

a work around is to make the table non empty:
INSERT INTO read_acls VALUES ('foo', 'bar'); 


> rebuilt read acl proc stock is called even when acl optimisation is disabled
> ----------------------------------------------------------------------------
>
>                 Key: NXP-6269
>                 URL: https://jira.nuxeo.com/browse/NXP-6269
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>            Reporter: Alexandre Russel
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to