v.19.5Improvement
Keep Ordinary, Default, MATERIALIZED and ALIAS Columns in a Single List
Keep ordinary,DEFAULT,MATERIALIZEDandALIAScolumns in a single list (fixes issue #2867). #4707 (Alex Zatelepin)
Why it matters
This feature fixes an issue where columns with different default expressions were managed separately, causing inconsistencies. By unifying these columns into one list, it ensures better integrity and simplifies internal column handling.How to use it
This improvement is automatic and requires no configuration changes. Users benefit from it transparently when defining tables withDEFAULT, MATERIALIZED, or ALIAS columns.