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-21.1: cli/sql: properly format different times and floats #63541

Merged
merged 1 commit into from
May 13, 2021

Conversation

knz
Copy link
Contributor

@knz knz commented Apr 13, 2021

Backport 1/1 commits from #62310.

/cc @cockroachdb/release


@knz knz requested a review from otan April 13, 2021 10:51
@knz knz requested a review from a team as a code owner April 13, 2021 10:51
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Prior to this patch, the SQL shell would improperly format
variants of timestamps (time, date) and mistakenly
use the same format for 32-bit and 64-bit float.
This patch corrects this.

Release note (cli change): The SQL shell (`cockroach demo`, `cockroach
sql`) now attempts to better format values that are akin to time/date,
as well as floating-point numbers.
@knz knz force-pushed the backport21.1-62310 branch from d56f8ba to dbe3f3d Compare May 13, 2021 12:48
@knz knz merged commit bbee893 into cockroachdb:release-21.1 May 13, 2021
@knz knz deleted the backport21.1-62310 branch May 13, 2021 14:02
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