studio icon indicating copy to clipboard operation
studio copied to clipboard

Cannot filter nullable enum with isNull/isNotNull

Open squirly opened this issue 3 years ago • 1 comments

  1. Prisma version: 3.9.2

  2. Logs from Developer Tools Console or Command line, if any: none

  3. Does the issue persist even after updating to the latest prisma CLI dev version? (npm i -D prisma@dev) Did not try.

  4. Prisma schema (if relevant):

model Consultant {
  id String @id
  goalTerm ConsultantGoalTerm? @map("goal_term")
  @@map("consultant")
}

enum ConsultantGoalTerm {
  WEEK
  MONTH
  QUARTER
}
Screen Shot 2022-02-16 at 17 41 43 Screen Shot 2022-02-16 at 17 42 53

squirly avatar Feb 17 '22 01:02 squirly

Same here v4.12.0

RaczoOBY avatar Jun 18 '24 12:06 RaczoOBY

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:

igalklebanov avatar Nov 20 '25 01:11 igalklebanov