Optimizing Performance and Resource Utilization with Concurrent Async Execution ✈ #1188
Annotations
10 errors
src/server/server.ts#L108
'schemas' is possibly 'null'.
|
src/server/server.ts#L113
Type '({ columns?: { table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | undefined; ... 12 m...' is not assignable to type 'Omit<{ columns?: { table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | undefined; ... ...'.
|
src/server/server.ts#L114
Type '({ columns?: { table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | undefined; ... 4 mo...' is not assignable to type 'Omit<{ columns?: { table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | undefined; ... ...'.
|
src/server/server.ts#L115
Type '({ columns?: { table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | undefined; ... 4 mo...' is not assignable to type 'Omit<{ columns?: { table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | undefined; ... ...'.
|
src/server/server.ts#L116
Type '{ table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[] | null' is not assignable to type '{ table: string; format: string; name: string; table_id: number; schema: string; id: string; ordinal_position: number; default_value: unknown; data_type: string; is_identity: boolean; identity_generation: "ALWAYS" | ... 1 more ... | null; ... 6 more ...; comment: string | null; }[]'.
|
src/server/server.ts#L117
Type '{ schema: string; columns: string[]; foreign_key_name: string; relation: string; referenced_schema: string; referenced_relation: string; referenced_columns: string[]; }[] | null' is not assignable to type '{ schema: string; columns: string[]; foreign_key_name: string; relation: string; referenced_schema: string; referenced_relation: string; referenced_columns: string[]; }[]'.
|
src/server/server.ts#L118
'functions' is possibly 'null'.
|
src/server/server.ts#L121
'types' is possibly 'null'.
|
src/server/server.ts#L122
'types' is possibly 'null'.
|
|
The logs for this run have expired and are no longer available.
Loading