Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Postgres literal cast #1032

Merged
merged 7 commits into from
May 18, 2021
Merged

Conversation

ideoma
Copy link
Collaborator

@ideoma ideoma commented May 17, 2021

support cast to "timestamp with time zone" as timestamp
closes #740, #980

support cast to "timestamp with time zone" as timestamp
closes #740, #980
@ideoma
Copy link
Collaborator Author

ideoma commented May 18, 2021

[PR Coverage check]

😍 pass : 47 / 47 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/SqlKeywords.java 14 14 100.00%
🔵 io/questdb/griffin/SqlParser.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/ShowTimeZoneFactory.java 10 10 100.00%
🔵 io/questdb/griffin/ExpressionParser.java 16 16 100.00%
🔵 io/questdb/griffin/SqlCompiler.java 6 6 100.00%

@bluestreak01 bluestreak01 merged commit 2f28794 into master May 18, 2021
@bluestreak01 bluestreak01 deleted the feat/tmstp-with-tz-cast branch May 18, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Postgres timestamp function
2 participants