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

Implement built-in STR_TO_DATE #518

Closed
cmoog opened this issue Aug 3, 2021 · 2 comments · Fixed by #523
Closed

Implement built-in STR_TO_DATE #518

cmoog opened this issue Aug 3, 2021 · 2 comments · Fixed by #523

Comments

@cmoog
Copy link
Contributor

cmoog commented Aug 3, 2021

Function specification: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_str-to-date

This built-in function offers more flexibility for parsing date values than the existing DATETIME function already present in this implementation.

@zachmu
Copy link
Member

zachmu commented Aug 4, 2021

We would take a patch if you wanted to implement this yourself. Not hard, just lots of details to get right and tests needed.

@cmoog
Copy link
Contributor Author

cmoog commented Aug 5, 2021

Sounds simple enough. I'll have some time this weekend to knock it out.

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 a pull request may close this issue.

2 participants