dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

Increase the max length of strings in GROUP_CONCAT() #82

Closed jbeales closed 6 years ago

jbeales commented 6 years ago

Fixes #81: https://github.com/dedupeio/dedupe-examples/issues/81

jbeales commented 6 years ago

Found the original commit wasn't working, so I did some more investigation. It turns out that there's more than one place we need a long group_concat_max_length, and the length we need is pretty long.

fgregg commented 6 years ago

wow. Thanks