Commits
Click on a commit to change the comparison rangefeat(client): Remove array shortcut
Stop expanding `T[]` to `T | T[]` during types generation unless both
scalars and lists are allowed on the engine side.
GraphQL encoder: Stop converting scalar values into single-element lists
automatically.
BREAKING CHANGE: automatic conversion of scalar values to lists is no
longer performed unless explicitly allowed by the schema. Cases where
this is no longer allowed will be caught by both compile- and runtime
validation.
Sibling to prisma/prisma-engines#3966 feat(client): Remove array shortcut
Stop expanding `T[]` to `T | T[]` during types generation unless both
scalars and lists are allowed on the engine side.
GraphQL encoder: Stop converting scalar values into single-element lists
automatically.
BREAKING CHANGE: automatic conversion of scalar values to lists is no
longer performed unless explicitly allowed by the schema. Cases where
this is no longer allowed will be caught by both compile- and runtime
validation.
Sibling to prisma/prisma-engines#3966
Fix #19303