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

release-20.2: sql: add a hint for timestamptz -> string error #66479

Merged

Conversation

RaduBerinde
Copy link
Member

Backport 1/1 commits from #66454.

/cc @cockroachdb/release


This adds a hint to the error that you get if you try to cast a
TIMESTAMPTZ to STRING in a computed column expression. It mentions a
workaround where you first convert to a timestamp using a specific
timezone.

Release note: None

This adds hint to the error that you get if you try to cast a
TIMESTAMPTZ to TIMESTAMP or STRING in a computed column expression.

Release note: None
@RaduBerinde RaduBerinde requested a review from otan June 15, 2021 15:15
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@RaduBerinde RaduBerinde merged commit 7bcf598 into cockroachdb:release-20.2 Jun 16, 2021
@RaduBerinde RaduBerinde deleted the backport20.2-66454 branch June 16, 2021 02:35
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.

3 participants