-
Notifications
You must be signed in to change notification settings - Fork 110
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
feat: start work on uuid support #411
base: master
Are you sure you want to change the base?
Conversation
If anyone wants this merged they have to figure out how to make pretty printing the |
Any chance of getting this merged in ? It's a read blocker for me. |
What's the realistic timeline of getting this merged? I cannot use synth until UUIDs are supported in postgres. Also thanks for taking his on @iamwacko :) Looks like more than a few people will be really happy to see this fixed. |
I don't really have a schedule. It should be working, and rust-gdb even shows UUID's in memory. The only blocker is the |
@iamwacko do you get any more info on the failure when you set |
@iamwacko any progress on this? |
UUID was implemented as a string, which meant it would not work with the UUID type in databases. #270