-
Notifications
You must be signed in to change notification settings - Fork 240
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: include field native type attributes data to DMMF #5009
base: main
Are you sure you want to change the base?
feat: include field native type attributes data to DMMF #5009
Conversation
47e94b7
to
0e75748
Compare
CodSpeed Performance ReportMerging #5009 will not alter performanceComparing Summary
|
Hi @pasha-vuiko, thanks for this PR! |
Yep, I'll try to fix them today |
0e75748
to
923cd6b
Compare
jkomyno I fixed Clippy warnings and DMMF generation related unit tests |
sweeeet, so now I'm supposed to update 137mb JSON to make the fallen unit tests work?😅 |
You just need to run the tests with |
|
@aqrln thank you so much for your suggestion, I pushed the new commit |
Nice, this looks good to me. Would you be willing to update the TypeScript side as well (type definitions + snapshots in tests)? |
yes, I already created the PR in the Prisma repo |
It's a bit convoluted with forks. I created #5045 to release an integration version of the engines that you can use. An automated draft PR updating the engines to this version should appear in the main repo in a bit. We should probably make the |
excuse me, I'm a bit confused, what should I do next to make the tests work with new version prisma-engines locally and in the pipeline? |
You can cherry-pick the commit from prisma/prisma#25653 in the client repo. Locally you can also set |
Hi!
This PR exposes schema field native type data to DMMF.
Very long awaited feature for many people and me 🙂