Skip to content

Commit

Permalink
fix(query compiler): add more known failing test (#26314)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGoessler authored Feb 12, 2025
1 parent 2c00187 commit 2c03244
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ batch-transaction-isolation-level (provider=postgresql, js_pg) RepeatableRead
batch-transaction-isolation-level (provider=postgresql, js_pg) Serializable
batch-transaction-isolation-level (provider=postgresql, js_pg) invalid level generates run- and compile- time error
batching (provider=postgresql, js_pg) batches findUnique
batching (provider=postgresql, js_pg) batches findUniqueOrThrow
batching (provider=postgresql, js_pg) does not batch different models
batching (provider=postgresql, js_pg) does not batch different select
batching (provider=postgresql, js_pg) does not batch different where
Expand Down Expand Up @@ -242,6 +243,7 @@ fluent-api-null (provider=postgresql, js_pg) extended client findFirst
fluent-api-null (provider=postgresql, js_pg) extended client findFirst with include
fluent-api-null (provider=postgresql, js_pg) extended client findFirst with select
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow with include
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow with select
fluent-api-null (provider=postgresql, js_pg) extended client findUnique
fluent-api-null (provider=postgresql, js_pg) extended client findUnique with include
Expand All @@ -256,6 +258,7 @@ fluent-api-null (provider=postgresql, js_pg) regular client findFirst
fluent-api-null (provider=postgresql, js_pg) regular client findFirst with include
fluent-api-null (provider=postgresql, js_pg) regular client findFirst with select
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow with include
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow with select
fluent-api-null (provider=postgresql, js_pg) regular client findUnique
fluent-api-null (provider=postgresql, js_pg) regular client findUnique with include
Expand Down

0 comments on commit 2c03244

Please sign in to comment.