v.18.14New Feature
Nullable Columns Support for MySQL and ODBC Tables
Now you can useNullablecolumns forMySQLandODBCtables. #3362
Why it matters
This feature enables ClickHouse to correctly handle columns that can containNULL values when working with external MySQL and ODBC tables. It solves the limitation where previously these columns could not be read or written accurately, improving interoperability and data consistency for users integrating ClickHouse with other database systems.How to use it
Users can now defineNullable column types in their MySQL or ODBC table engines schema definitions as usual. ClickHouse will properly interpret and process NULL values from these tables without any additional configuration.