Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Date functions returns time of transaction instead of time of query (#…
…1693) Get Current Date/time type functions inside a batch were returning the same datetime. This was because we were calling SetCurrentStatementStartTimestamp only at batch level. To fix this, we now call SetCurrentStatementStartTimestamp at statement level. Moreover, this commit removes the extra definition for GETUTCDATE which was causing behaviour differences. Issues Resolved BABEL-4187 Signed-off-by: Kushaal Shroff [email protected]
- Loading branch information