Ben Ezard

Results 9 issues of Ben Ezard

Worked on some text the first time, then for every attempt after that, the highlighted text was replaced with a large amount of Javascript code

It would be awesome if we could analyse tasks that are run in pull request pipelines, i.e. any task that is run in CI but isn't run on the main...

Investigation

We've been recording stats for a week or so now, and the report is generally very useful! However, the "Average Duration" and "Average Parallel Duration" stats seem to always be...

Investigation

## Bug description A nullable enum value cannot be set to null when being edited in Prisma Studio. Instead, only a non-null value can be selected. The cell will be...

kind/improvement

Sometimes, it is very difficult to determine why a line is either partially covered or not covered at all This is usually due to the fact that Kover reports on...

Feature
Implement in KGP

## Problem Upserting many records is inefficient. Currently, calling `x` upsert statements (e.g. as part of a single transaction) results in `x` SELECT statements followed by `y` INSERT statements and...

kind/feature
team/client
topic: client api
topic: performance/queries
topic: upsert()

### Clear and concise description of the problem Currently, there are plugins available for VSCode and Visual Studio, but it'd be great if there was an official plugin for the...

feature
good first issue
ide
triaged:core

## Problem Whilst Prisma's current setup allows for very nice orderBy usage for the majority of cases, it does not support more complex cases; for example, when wanting to order...

kind/feature
topic: client api
topic: orderBy / sorting