VCS / SQLDirectory name clash
-----------------------------

                 Key: NXP-3588
                 URL: http://jira.nuxeo.org/browse/NXP-3588
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
            Reporter: Nel Taurisson
            Assignee: Thierry Delprat


If you have an sql directory named "foo" mapped on table "foo" and a document 
schema with, somewhere in it, a complex type called "foo". VCS creates a table 
named "foo" for the complex type property. Then when the directory is accessed, 
the directory service wants to drop the table, and for a reasion I havent 
analyze the application freezes (at least with postgresql, the DROP TABLE never 
returns...).

Looking at the tables crearted by VCS, when a name clash is detected for a 
complex type, then the table is prefixed with the schema name. But in the case 
described above, the name clash isn't detected because the directory is "lazy 
created".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/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