Jose Carlos Campanero created CMIS-546:
------------------------------------------
Summary: Inadequate treatment of timestamps in QueryStatementImpl
Key: CMIS-546
URL: https://issues.apache.org/jira/browse/CMIS-546
Project: Chemistry
Issue Type: Bug
Components: opencmis-client
Affects Versions: OpenCMIS 0.7.0
Reporter: Jose Carlos Campanero
QueryStatementImpl seems to inadequately treat the query criteria when they are
of type date.
QueryStatementImpl only generates the literal for the date you want to query
(eg '2012-06-28T22: 00:00.000 Z '), excluding the literal 'TIMESTAMP '.
The literal 'TIMESTAMP ' is necessary in order to, as specified in the grammar
CmisQlStrictLexer.g, process the field as a date type (TIMESTAMP
'2012-06-28T22: 00:00.000 Z ').
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira