Cannot filter nullable enum with isNull/isNotNull
-
Prisma version: 3.9.2
-
Logs from Developer Tools Console or Command line, if any: none
-
Does the issue persist even after updating to the latest
prismaCLI dev version? (npm i -D prisma@dev) Did not try. -
Prisma schema (if relevant):
model Consultant {
id String @id
goalTerm ConsultantGoalTerm? @map("goal_term")
@@map("consultant")
}
enum ConsultantGoalTerm {
WEEK
MONTH
QUARTER
}
Same here v4.12.0
Hey :wave:
Prisma ORM 7 introduces a brand new standalone Studio, built from the ground up to work everywhere, with or without Prisma ORM. Consequently, all "old Studio" issues are being closed as there won't be any further work on it. :mega:
The new Studio is also available in the Prisma VS Code extension and in the Prisma Console application. :electric_plug:
Help shape, improve and fix the new Studio with us in this repository by submitting bug reports and feature requests. :construction_worker: