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

MariaDB UUID support #150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

MariaDB UUID support #150

wants to merge 2 commits into from

Conversation

gronke
Copy link

@gronke gronke commented Feb 19, 2024

MariaDB support UUID type, which is stored in binary format. String conversion tampers the expected data, while the data in fact should hex encoded and (to match with the string interface to the column) split in segments.

This changes fix the issue for me, but invite to think about a cleaner/better approach. Consider this PR to be WIP and a request for feedback. Will keep this branch updated with better ideas.

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.

1 participant