1.1.0.197
- New: connection string parameter:
SessionId
to set session ID manually if needed - Fix:
ClickHouseDataAdapter.Fill
exception when dataset contains Nullable field - Fix:
ClickHouseBulkCopy
exception when inserting subset of columns - Fix: Array type fields will now be returned as
<type>[]
instead ofobject[]
, to matchGetFieldType
returned value