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

builtins: add parse and to_char_with_style variants for date types #11412

Closed
jseldess opened this issue Sep 8, 2021 · 1 comment
Closed

builtins: add parse and to_char_with_style variants for date types #11412

jseldess opened this issue Sep 8, 2021 · 1 comment

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 8, 2021

PR: cockroachdb/cockroach#68351

From release notes:

Introduced to_char(date), which assumes a DateStyle of ISO,MDY and outputs date in that format. There is also a to_char_with_style(date, DateStyle) variant which outputs the date in the chosen DateStyle. This provides an immutable way of casting dates to strings. [#68351][#68351]

@jseldess jseldess added this to the 21.2 milestone Sep 8, 2021
@mikeCRL mikeCRL added the G-sql label Sep 22, 2021
@ericharmeling ericharmeling self-assigned this Oct 6, 2021
@ericharmeling
Copy link
Contributor

We probably don't need to document this built-in explicitly (it's included from the generated docs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants