Skip to content

Improvements to Null values handling #933

Improvements to Null values handling

Improvements to Null values handling #933

Triggered via pull request June 9, 2025 18:24
Status Failure
Total duration 28s
Artifacts

webpack_ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

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[]'.