Offer support for a timestampdiff based upon calendar fields
------------------------------------------------------------
Key: TEIID-2422
URL:
https://issues.jboss.org/browse/TEIID-2422
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.3
There is little consistency among timestampdiff implementations, however ours seems to be
based off of the db2
(
http://pic.dhe.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db2z9.doc.s...)
timestampdiff in terms of intervals - but does not make all the same assumptions in the
calculation of the answer.
It would be good to provide an option so that our timestampdiff or another system
function would calculate differences based upon calendar fields (following the behavior of
SQL Server) rather than just based upon the interval - for example the months between
2012-02-20 and 2012-03-01 would report 1 rather than the current answer of 0).
There is also a general issue with the consistency of the results with the pushdowned
versions of timestampdiff as vendor support varies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: