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

UNIX_TIMETAMP: Add support for zero timestamps #5

Merged
merged 1 commit into from
May 29, 2024

Conversation

jdpanderson
Copy link
Member

@jdpanderson jdpanderson commented May 29, 2024

Emulate MySQL's treatment of zero timestamps:

MySQL> select UNIX_TIMESTAMP(ts) FROM some_table WHERE ts='0000-00-00 00:00:00' LIMIT 1;
+--------------------+
| UNIX_TIMESTAMP(ts) |
+--------------------+
|                  0 |
+--------------------+

1 row in set (0.000 sec)

@jdpanderson jdpanderson force-pushed the unix_timestamp_zero branch 4 times, most recently from 132127a to f697e27 Compare May 29, 2024 18:28
@jdpanderson jdpanderson merged commit b9a2004 into master May 29, 2024
2 checks passed
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.

1 participant