v0.2.1 #81
RobertCraigie
started this conversation in
General
v0.2.1
#81
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New features
Support for case insensitive string filtering
This feature is only supported when using PostgreSQL and MongoDB.
Prisma Update
The internal Prisma binaries that Prisma Client Python uses have been upgraded from
2.30.0
to3.1.1
.This brings with it a lot of new features and improvements:
For a full list of changes see https://github.com/prisma/prisma/releases/tag/3.1.1 and https://github.com/prisma/prisma/releases/tag/3.0.1
Type Validator
Prisma Client Python now comes bundled with a type validator, this makes it much easier to pass untrusted / untyped arguments to queries in a robust and type safe manner:
Any invalid input would then raise an easy to understand error (note: edited for brevity):
Minor Changes
This discussion was created from the release v0.2.1.
Beta Was this translation helpful? Give feedback.
All reactions