Added Query Escaping

2014-07-17 Thread Gross, Lukas
Hi, I added CMISQueryStatement class to enable users to escape their queries using kind of a prepared statement approach. Please let me know if you have any objections… I plan to trigger the .4 release soon, so please have a look :) Best regards, Lukas

[jira] [Resolved] (CMIS-822) Implement QueryStatement class for SQL Query escaping

2014-07-17 Thread Lukas Gross (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Gross resolved CMIS-822. -- Resolution: Fixed > Implement QueryStatement class for SQL Query escaping > -

[jira] [Updated] (CMIS-822) Implement QueryStatement class for SQL Query escaping

2014-07-17 Thread Lukas Gross (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Gross updated CMIS-822: - Issue Type: Improvement (was: New Feature) > Implement QueryStatement class for SQL Query escaping > -

[jira] [Updated] (CMIS-822) Implement QueryStatement class for SQL Query escaping

2014-07-17 Thread Lukas Gross (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Gross updated CMIS-822: - Description: For security and usability reasons it is crucial to have some sort of escaping when working w

[jira] [Created] (CMIS-822) Implement QueryStatement class for SQL Query escaping

2014-07-17 Thread Lukas Gross (JIRA)
Lukas Gross created CMIS-822: Summary: Implement QueryStatement class for SQL Query escaping Key: CMIS-822 URL: https://issues.apache.org/jira/browse/CMIS-822 Project: Chemistry Issue Type: New F

Re: Missing Action.CAN_CREATE_POLICY

2014-07-17 Thread Florian Müller
Hi Jorge, canCreatePolicy is in the spec document, but not in the CMIS schema and the schema wins. Therefore, it's not in OpenCMIS. - Florian > Hello all, > > We are using Chemistry OpenCMIS 0.11.0 and the I miss the > Action.CAN_CREATE_POLICY. > > from CMIS 1.1 specs (page 88) > > canCrea

Missing Action.CAN_CREATE_POLICY

2014-07-17 Thread Jorge.MARTIN-CUERVO
Hello all, We are using Chemistry OpenCMIS 0.11.0 and the I miss the Action.CAN_CREATE_POLICY. from CMIS 1.1 specs (page 88) canCreatePolicy Description: Can create a cmis:policy object as a child of the specified folder (createPolicy). Base Type: cmis:folder Operand: Folder Key: canCreatePol