]
Steven Hawkins updated TEIID-5204:
----------------------------------
Component/s: Query Engine
The issue here is more general. Any time the functions are not directly associated with
an accessnode there is a danger of evaluating to different values.
NOW() is calculated several times for SYS tables
------------------------------------------------
Key: TEIID-5204
URL:
https://issues.jboss.org/browse/TEIID-5204
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: El Fuego
Assignee: Steven Hawkins
When applied to an internally processed schema (like {{SYS}}, {{SYSADMIN}}), command
deterministic functions like {{NOW()}} are calculated separately for each row and thus
give different results.