
|
If you were logged in you would be able to see more operations.
|
|
|
| Proposal: |
throw NotSupported if a functionality in the query is not supported by underlying repository
Also - remove UPPER(), LOWER()
throw NotSupported if a functionality in the query is not supported by underlying repository
Also - remove UPPER(), LOWER()
|
|
What are we supposed to do if our repo can't support part of the CMIS-SQL string? (e.g. we don't support a particular predicate, like UPPER(), LOWER() or pieces of ANY.) Do we throw an exception? Return no results? Return best attempt at results (which then may not strictly map)?
|
|
Description
|
What are we supposed to do if our repo can't support part of the CMIS-SQL string? (e.g. we don't support a particular predicate, like UPPER(), LOWER() or pieces of ANY.) Do we throw an exception? Return no results? Return best attempt at results (which then may not strictly map)? |
Show » |
|