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: support human-readable uuid in serde. #76

Merged
merged 8 commits into from
Sep 4, 2024

Conversation

fky2015
Copy link
Contributor

@fky2015 fky2015 commented Jul 11, 2023

UUID should be serialized into a more human-readable format when working with JSON.
This commit fixes #73.

UUID should be serialized into a more human-readable format
when working with JSON.
This commit fixes ClickHouse#73.
src/serde.rs Outdated Show resolved Hide resolved
@loyd
Copy link
Collaborator

loyd commented Oct 5, 2023

I apologize for the inadequately long answer. Thanks for your contribution. LGTM. Can you update PR? If you don't have time, it's OK, and I'll update it on my own.

Cargo.toml Outdated Show resolved Hide resolved
@serprex serprex merged commit 5972f7e into ClickHouse:main Sep 4, 2024
6 checks passed
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.

serde_json::to_string serialize uuid type into string
4 participants