revisiting orderBy
- deprecations, new order by item builder (nullFirst()
, nullsLast()
, collate()
).
#3348
Annotations
3 errors and 1 warning
Run tests with older TypeScript version:
test/node/src/order-by.test.ts#L278
Argument of type 'OrderByInterface<Database, "person", { id: number; first_name: string | null; middle_name: string | null; last_name: string | null; gender: Gender; marital_status: MaritalStatus | null; children: number; }>' is not assignable to parameter of type 'Compilable<unknown>'.
|
Run tests with older TypeScript version:
test/node/src/order-by.test.ts#L288
Property 'execute' does not exist on type 'OrderByInterface<Database, "person", { id: number; first_name: string | null; middle_name: string | null; last_name: string | null; gender: Gender; marital_status: MaritalStatus | null; children: number; }>'.
|
Run tests with older TypeScript version
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading