Bug fixes
- Fixed JSON and Dynamic column read paths to properly decode shared variant data instead of returning raw binary with discriminator byte prefixes. Closes #599, #615, #674
- Fixed empty ORM/DBAPI
SELECTresults socursor.descriptionis still populated when ClickHouse Native format returns no data blocks. This restores correct handling for empty result sets, including parameterized and limited queries. Closes #675 - Reenabled the default Cython runtime path so compiled driverc modules are used again unless
CLICKHOUSE_CONNECT_USE_C=0is exoplicitly set. Closes #676
Full Changelog: v0.14.0...v0.14.1