Allow multi-string fields in SQL directories
--------------------------------------------
Key: NXP-1925
URL: http://jira.nuxeo.org/browse/NXP-1925
Project: Nuxeo Enterprise Platform 5
Issue Type: Improvement
Components: Directory
Affects Versions: 5.1.2
Reporter: Florent Guillaume
Assignee: Florent Guillaume
Fix For: 5.1.4
LDAP directories can store multi-string fields, but SQL cannot.
We must find a way to store multi-string fields in SQL. There are several
implementation possibilities:
1. store them in a single string field by using a "rare" separator, and do
searches using LIKE (searches will be slow),
2. store them in an array field, for databases that allow them (PosgreSQL does),
3. store them in a related table (complex code).
For a first step 1. is enough.
--
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