-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
prisma generate
panics when migrations feature is enabled
#467
Comments
Hmm, I can't reproduct this locally. Can you run the same program with Might also be worth ensuring your on the latest version of Rust by doing |
Running the command with
|
Rust version:
The build is occurring on a recent pull of the rust:slim-bullseye docker image. |
The full steps to reproduce are:
Shell:
Then in the resulting container REPL:
|
In case it helps rule something out, the same problem appear on stable rust:
|
enabling features "rspc" and "migrations" together, and running
prisma generate
causes the following panic:Removing the "migrations" feature causes the generator to work as expected.
The text was updated successfully, but these errors were encountered: