Use SYSDATE when func.NOW() is used#15
Conversation
|
what's the advantage of |
There was a problem hiding this comment.
just instantiate the dialect in the test function
|
|
|
@bouk thanks for this PR, it looks great ✨ I just have a few questions about the specifics (see above) |
NOW() is deprecated in Redshift http://docs.aws.amazon.com/redshift/latest/dg/r_NOW.html
|
@graingert The reason I picked Here's a screenshot of the various outputs: The reason this change is needed is because Redshift doesn't support I've made the changes you noted |
|
Great, can you add a changelog entry, please? |
|
Ah I notice NOW() has a timezone "+00" |
|
@graingert redshift doesn't even support timestamps with timezones in tables so I don't think that matters |
|
Changelog added |
There was a problem hiding this comment.
one last little thing: missing a period here at the end of the line.
Use SYSDATE when func.NOW() is used
Use SYSDATE when func.NOW() is used


NOW() is deprecated in Redshift http://docs.aws.amazon.com/redshift/latest/dg/r_NOW.html
@graingert