annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

Fix max_size for empty cols array

Open camilova opened this issue 1 year ago • 0 comments

This ensure a max_size = zero for the max_schema_info_width method for the case when cols array is empty. When table has columns without comments that also are all ignored, then cols array results on empty array, resulting on a nil max_size. This is fixed using the same estrategy as with commented cols putting zero as default if there are no cols.

camilova avatar Apr 30 '24 01:04 camilova