Open stockbal opened 1 week ago
The rework in ql.d.ts resulted in missing/incorrect type inference when using .columns in SELECT queries.
ql.d.ts
.columns
SELECT
As a result the result of such a query is no longer typed as expected but has an any type instead
any
The rework in
ql.d.ts
resulted in missing/incorrect type inference when using.columns
inSELECT
queries.As a result the result of such a query is no longer typed as expected but has an
any
type instead