You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaseQueryParams got an undocumented session_id that feels like it should override the session_id passed into createClient. But actually that field is never used and session_id is always using this.sessionId
Describe the bug
BaseQueryParams
got an undocumentedsession_id
that feels like it should override thesession_id
passed intocreateClient
. But actually that field is never used andsession_id
is always usingthis.sessionId
clickhouse-js/packages/client-common/src/client.ts
Line 253 in ad8611e
Steps to reproduce
session_id
viaBaseQueryParams
Expected behaviour
The
session_id
should be overriddenThe text was updated successfully, but these errors were encountered: