Improvements to Null values handling #933
Annotations
3 errors
build (20.x)
Process completed with exit code 2.
|
build (20.x):
src/views/results/resultSetPanelProvider.ts#L266
Property 'isNullable' is missing in type '{ name: string; jsType: "number"; useInWhere: true; }' but required in type 'BasicColumn'.
|
build (20.x):
src/views/results/resultSetPanelProvider.ts#L227
Type '{ name: string; jsType: "number" | "asString"; useInWhere: boolean; maxInputLength: number; }[]' is not assignable to type 'BasicColumn[]'.
|