Skip to content

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

Merged
merged 11 commits into from
Apr 3, 2023

Conversation

too-soon
Copy link

@too-soon too-soon commented Mar 30, 2023

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 pg-mem doesn't seem to support uuid out of the box. Any ideas on how to solve that? (nvm, working on that)

@too-soon too-soon marked this pull request as ready for review March 30, 2023 14:15
@too-soon too-soon marked this pull request as draft March 30, 2023 14:54
@klerick
Copy link
Owner

klerick commented Mar 31, 2023

Also, I've had a little trouble making an unit test because pg-mem doesn't seem to support uuid out of the box. Any ideas on how to solve that?

if pg-mem does not support type of function you can add it yourself.

@too-soon too-soon marked this pull request as ready for review March 31, 2023 08:41
@too-soon too-soon requested a review from klerick March 31, 2023 08:41
@too-soon
Copy link
Author

too-soon commented Mar 31, 2023

I believe this should be good now, @klerick. Please take another look.

Copy link
Owner

@klerick klerick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@klerick klerick merged commit c3d5663 into klerick:master Apr 3, 2023
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

🎉 This pull request is included in version [email protected] 🎉

The release is available on GitHub release

@too-soon too-soon deleted the uuid-relationships branch April 3, 2023 10:39
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

🎉 This pull request is included in version [email protected] 🎉

The release is available on GitHub release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Full uuid support for primary keys
2 participants