BaseQueryParams.session_id is not used
Holi0317 opened this issue · 1 comments
Holi0317 commented
Describe the bug
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
Steps to reproduce
- Try to override
session_id
viaBaseQueryParams
Expected behaviour
The session_id
should be overridden
slvrtrn commented
Fixed in 1.1.0. Also, session id override will be mentioned in the docs after ClickHouse/clickhouse-docs#2381 is merged.