Tags: hmim/prisma
Tags
feat: remove prisma-fmt binary (prisma#16923) * feat: remove prisma-fmt binary * chore: revert unwanted changes * chore: removed "Format Binary" from snapshots * chore: remove useless code * code-review: removed more format mentions related to the binary Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com> Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
fix(client): Fix naming conflict in types args Since 4.8.0, we generate explicit types for model fields args, not only for top level queries. Naming we choose for it, `ModelFieldArgs` can clash with existing types if `ModelField` type also exists in the schema. To fix it, this PR changes naming scheme to `Model$fieldArgs`. Since `$` can not be used in type name, this new naming scheme is guaranteed not to clash with anything. Fix prisma#17005 Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com> Co-authored-by: Daniel Starns <danielstarns@hotmail.com>
chore(deps): update engines to 4.8.0-61.d6e67a83f971b175a593ccc12e15c… …4a757f93ffe (prisma#16921)
fix: client handling of batched queries when some fail, and some not (p… …risma#16574) * Fix some error management in engine code * Bump versions * Added regression test * Allow for data proxy tests to run * Run in every provider * Temporary skip data proxy * Make tests resilient to mongo id format * Try to unskip the test * Reproduce & fix batch query issue for data proxy Co-authored-by: Sergey Tatarintsev <tatarintsev@prisma.io>
chore(deps): patch 4.6.x 4.6.1-3.694eea289a8462c80264df36757e4fdc129b… …1b32 (prisma#16216)
chore(renovate): check vitess/vttestserver updates weekly [skip ci] Related, same will be done in prisma-engines prisma/prisma-engines#3129 prisma/prisma-engines#3114
chore(deps): update engines to 4.5.0-43.0362da9eebca54d94c8ef5edd3b2e… …90af99ba452 (prisma#15853) Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>
PreviousNext