dev/core#3662 increase length of import table status message
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Jun 2022 22:11:16 +0000 (10:11 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Jun 2022 22:11:16 +0000 (10:11 +1200)
commit36da91ca56cc6f7731f044792aa786c5cba6a6c8
tree92f6414e730b9ab328033f318308bff8899d3e87
parentef905d58c073d6a647a7191dc9b82b5ed05c03c2
dev/core#3662 increase length of import table status message

This addresses https://lab.civicrm.org/dev/core/-/issues/3662 but
I think the underlying issue is that it has matched so many contacts, for
some reason, that the list of them is longer than 65,535 characters
so it is addressing a symptom, not the cause. 65,535 characters
feels like it should be long enough but changing to LONGTEXT
for a single field seems harmless so I'm a little on the
fence - but even if it just helps us debug....
CRM/Import/DataSource.php