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

#1: Fixed dialect for conversion from time to timestamp. #3

Merged
merged 1 commit into from
Dec 10, 2020

Conversation

redcatbear
Copy link
Contributor

Closes #1.

@redcatbear redcatbear added the feature Product feature label Dec 10, 2020
@redcatbear redcatbear self-assigned this Dec 10, 2020
Copy link
Contributor

@morazow morazow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor typo change in a comment then looks good!

@@ -372,7 +372,8 @@
<argument type='real' />
</function>
<function group='cast' name='DATETIME' return-type='datetime'>
<formula>TO_TIMESTAMP(%1)</formula>
<!-- Note that the date 1901-01-31 is a magic number in Tableau, used to signal that a date/time value acually only has a time component. -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!-- Note that the date 1901-01-31 is a magic number in Tableau, used to signal that a date/time value acually only has a time component. -->
<!-- Note that the date 1901-01-31 is a magic number in Tableau, used to signal that a date/time value actually only has a time component. -->

@redcatbear redcatbear merged commit cd2e5ee into main Dec 10, 2020
@redcatbear redcatbear deleted the feature/1_Preparations_for_running_TDVT branch December 10, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preparations for runnig TDVT
2 participants