prisma-engines icon indicating copy to clipboard operation
prisma-engines copied to clipboard

🚂 Engine components of Prisma ORM

Results 306 prisma-engines issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | vitess/vttestserver | digest | `9412e3d` -> `178e3c9` | --- ### Configuration 📅 **Schedule**:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | vitess/vttestserver | digest | `2b132a2` -> `c616614` | --- ### Configuration 📅 **Schedule**:...

Adds `@@schema("my_schema")` support to the query engine

In diagnoseMigrationsHistory. - Before this commit, we report every entry in the migrations table that has a different checksum than the corresponding migration local file as an edited migration. -...

process/candidate
team/schema

## TODO BEFORE MERGING - [ ] Merge [Quaint PR](https://github.com/prisma/quaint/pull/391) - [ ] Update Quaint ## Overview fixes https://github.com/prisma/prisma/issues/14664 - Supports referencing fields in (not unique) filters (meaning in `*WhereInput`s)...

## Overview fixes https://github.com/prisma/prisma/issues/14336

It's almost an hour right now in the CI. Somebody said creating schemas on CockroachDB is much slower than creating databases, so maybe now when we have our own provider...

kind/improvement
domain/client

While fixing a relation filter bug I had to look at way too many of our generated SQL statements. I think there is potential for optimization / cleanup. We should...

kind/improvement
tech/engines/query engine
topic: performance