Skip to content
Snippets Groups Projects
Verified Commit db575a9a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: collation problems

parent 312d0d1c
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ BEGIN
SELECT e.child, IVersion AS child_iversion, e.parent
FROM isa_cache AS e
WHERE e.child = EntityID
AND e.rpath = CAST(EntityID AS CHAR) COLLATE utf8_unicode_ci;
AND e.rpath = EntityID;
END IF;
DELETE FROM isa_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment