Hi All,

I have a cmis:document in the ECM Repo named Fred's Document.txt.

As per the CMIS Spec, should it be possible for me to find this document
via the following query?

SELECT * FROM cmis:document where cmis:name = 'Fred\'s Document.txt'


As per my tests, the following are the queries that work for various
Repositories

Open CMIS In-Memory:

SELECT * FROM cmis:document where cmis:name = 'Fred''s Document.txt'

Alfresco 4.2:

SELECT * FROM cmis:document where cmis:name = 'Fred\'s Document.txt'

SharePoint 2013:

Both \ or ' does not appear to give me the correct result.


---
Cheers,
Joshy

Reply via email to