@@ -51,6 +51,7 @@ batch-transaction-isolation-level (provider=postgresql, js_pg) RepeatableRead
51
51
batch-transaction-isolation-level (provider=postgresql, js_pg) Serializable
52
52
batch-transaction-isolation-level (provider=postgresql, js_pg) invalid level generates run- and compile- time error
53
53
batching (provider=postgresql, js_pg) batches findUnique
54
+ batching (provider=postgresql, js_pg) batches findUniqueOrThrow
54
55
batching (provider=postgresql, js_pg) does not batch different models
55
56
batching (provider=postgresql, js_pg) does not batch different select
56
57
batching (provider=postgresql, js_pg) does not batch different where
@@ -242,6 +243,7 @@ fluent-api-null (provider=postgresql, js_pg) extended client findFirst
242
243
fluent-api-null (provider=postgresql, js_pg) extended client findFirst with include
243
244
fluent-api-null (provider=postgresql, js_pg) extended client findFirst with select
244
245
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow
246
+ fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow with include
245
247
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow with select
246
248
fluent-api-null (provider=postgresql, js_pg) extended client findUnique
247
249
fluent-api-null (provider=postgresql, js_pg) extended client findUnique with include
@@ -256,6 +258,7 @@ fluent-api-null (provider=postgresql, js_pg) regular client findFirst
256
258
fluent-api-null (provider=postgresql, js_pg) regular client findFirst with include
257
259
fluent-api-null (provider=postgresql, js_pg) regular client findFirst with select
258
260
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow
261
+ fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow with include
259
262
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow with select
260
263
fluent-api-null (provider=postgresql, js_pg) regular client findUnique
261
264
fluent-api-null (provider=postgresql, js_pg) regular client findUnique with include
0 commit comments