https://bugs.documentfoundation.org/show_bug.cgi?id=126262
--- Comment #8 from Lionel Elie Mamane <[email protected]> --- (In reply to Julien Nabet from comment #7) > Again, it works with Forename and Surname, just fails with ID. > Perhaps converting UTF8 from ASCII part into INTEGER is ok but not UTF8 from > outside ASCII? Ah, I had missed that the problem is with an INTEGER variable. Try something like CAST("ID" AS VARCHAR CHARACTER SET utf8) LIKE '%' -- You are receiving this mail because: You are the assignee for the bug.
