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

fix: numeric cell display #268

Merged
merged 1 commit into from
May 20, 2024
Merged

fix: numeric cell display #268

merged 1 commit into from
May 20, 2024

Conversation

burmecia
Copy link
Member

What kind of change does this PR introduce?

This PR is to fix numeric cell's string display, which shouldn't use debug format. For example, a numeric cell Cell::Numeric(123.45) should display as 123.45.

This PR also used BuiltinOid::ForeignDataWrapperRelationId to replace legacy temporary const definition, as it has been added in upstream.

What is the current behavior?

N/A

What is the new behavior?

N/A

Additional context

N/A

@burmecia burmecia added the bug Something isn't working label May 20, 2024
@burmecia burmecia merged commit 88cecab into main May 20, 2024
2 checks passed
@burmecia burmecia deleted the bo/fix/numeric-display branch May 20, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants