Allow date formatted string literals to be parsed as timestamps
---------------------------------------------------------------
Key: TEIID-3736
URL:
https://issues.jboss.org/browse/TEIID-3736
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.12
For consistency with most major vendors we should support allowing date literals to be
parsed as timestamps. For example:
timestamp_col > '2001-01-01'
which would prevent the predicate from being resolved as a string comparison.