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.
This ensure a
max_size = zero
for themax_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 nilmax_size
. This is fixed using the same estrategy as with commented cols putting zero as default if there are no cols.