nbaud
Results
3
comments of
nbaud
For me the trick was to modify the charset very precisely to what it is in the database with `utf8mb3_general_ci` Without that the above query would not work. For instance,...
We are having the exact same issue, we will try to implement this fix, thanx :)
> [leosilvapaiola] > Your solution worked for me, thanks :)