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

Support thousand separator for floating point numbers #12717

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

Mytherin
Copy link
Collaborator

Implements #11657

Example usage:

select printf('%,.2f', 123456789.456);
┌────────────────────────────────┐
│ printf('%,.2f', 123456789.456) │
│            varchar             │
├────────────────────────────────┤
│ 123,456,789.46                 │
└────────────────────────────────┘

@Mytherin Mytherin added the Needs Documentation Use for issues or PRs that require changes in the documentation label Jun 26, 2024
@Mytherin Mytherin merged commit 5330f4e into duckdb:main Jun 27, 2024
40 checks passed
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jun 27, 2024
Merge pull request duckdb/duckdb#12717 from Mytherin/thousandspecfloat
Merge pull request duckdb/duckdb#12706 from hannes/odbcremove
@Mytherin Mytherin deleted the thousandspecfloat branch June 27, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Documentation Use for issues or PRs that require changes in the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant