Skip to content

fix: upgrade to prisma 5.9.1, feathers 4.5.17 #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robblovell
Copy link

@robblovell robblovell commented Feb 7, 2024

Summary

  • Tell us about the problem your pull request is solving.

I saw this fork of feathers-prisma that had upgraded to prisma 5. I intend to use this fork and thought it would be good to upgrade to prisma 5.9.1 and feathers 4.5.17 and to contribute some unit tests.

  • Are there any open issues that are related to this?

In the original repo: ps73#16

  • Is this PR dependent on PRs in other repos?

No

Other Information

Adding unit tests for error-handler.ts uncovered what I think is a bug where it has this code:

introspection: v >= 4000 && v < 4000,

clearly not ever satisfied. I have updated this to:

introspection: v >= 4000 && v < 5000,

@robblovell
Copy link
Author

Has an effort been made to merge this fork into ps73's repo?

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