When INSERTing into one table BY NAME using a SELECT from another table, duckdb >= 1.4.0 fails unless all columns are specified in the SELECT. Older versions required only that the non-nullable ...