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

parseDateTime[InJodaSyntax](): Require format argument #48222

Merged
merged 4 commits into from
Apr 1, 2023

Conversation

rschu1ze
Copy link
Member

@rschu1ze rschu1ze commented Mar 30, 2023

Function parseDateTime[InJodaSyntax]() previously accepted an (undocumented) default format string. The problem was that

  1. there is no "natural" default format
  2. MySQL str_to_date() (= the motivation for parseDateTime[InJodaSyntax]()) also provides no default format

--> get rid of the default format

@taiyang-li

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Function parseDateTime[InJodaSyntax]() previously accepted an
(undocumented) default format string. The problem was that
1. there is no "natural" default format
2. MySQL str_to_date() (= the motivation for
   parseDateTime[InJodaSyntax]()) also provides no default format.

--> get rid of the default format
@robot-ch-test-poll3 robot-ch-test-poll3 added the pr-not-for-changelog This PR should not be mentioned in the changelog label Mar 30, 2023
@rschu1ze

This comment was marked as outdated.

@davenger davenger self-assigned this Mar 31, 2023
@rschu1ze rschu1ze merged commit 3315acd into master Apr 1, 2023
@rschu1ze rschu1ze deleted the rs/no-default-format-string branch April 1, 2023 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants