Skip to content

Commit 9f20e3b

Browse files
committed
update
1 parent 04dc3ca commit 9f20e3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/orm/src/client/crud-types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ export type StringFilter<Nullable extends boolean, WithAggregations extends bool
309309
contains?: string;
310310
startsWith?: string;
311311
endsWith?: string;
312+
/**
313+
* Not effective for "sqlite" provider
314+
*/
312315
mode?: 'default' | 'insensitive';
313316
} & (WithAggregations extends true
314317
? {

0 commit comments

Comments
 (0)