Open afonso360 opened 2 years ago
Hey,
It looks like MySQL (8.0) has trouble comparing JSON fields with the string without casting. This PR casts json strings to the JSON type before comparing, so that we don't get duplicates.
Hey,
It looks like MySQL (8.0) has trouble comparing JSON fields with the string without casting. This PR casts json strings to the JSON type before comparing, so that we don't get duplicates.