Support JDBC Escape syntax for temporal types on Criteria Query --------------------------------------------------------------- Key: OPENJPA-1267 URL: https://issues.apache.org/jira/browse/OPENJPA-1267 Project: OpenJPA Issue Type: New Feature Components: query Affects Versions: 2.0.0-M3, 2.0.0-M4, 2.0.0 Reporter: Pinaki Poddar Assignee: Pinaki Poddar Fix For: 2.0.0-M3, 2.0.0-M4, 2.0.0 JDBC Escape Syntax for temporal types {key 'some string'} where key is d,t or ts for Date,Time and Timestamp. JPQL supports these escaped syntax as literals. (Section 4.6.1 in JPA 2.0 Spec). This issue will investigate if similar feature can be supported in Criteria Query. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.