-
Notifications
You must be signed in to change notification settings - Fork 15
feat(json-api-nestjs): Uuid support for relationships #41
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
Conversation
I believe this should be good now, @klerick. Please take another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This pull request is included in version [email protected] 🎉 The release is available on GitHub release |
🎉 This pull request is included in version [email protected] 🎉 The release is available on GitHub release |
Fixes #40.
@klerick please take a look at my new approach based on your suggestion. Let me know if we can further improve it.
Also, I've had a little trouble making an unit test because(nvm, working on that)pg-mem
doesn't seem to supportuuid
out of the box. Any ideas on how to solve that?