Skip to content
Snippets Groups Projects
Commit be613acc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: fix sql syntax error; fixes #23

parent 2cda2f22
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@ retrieveEntityBody: BEGIN
IF IVersion IS NULL THEN
-- RETURN EARLY - Version does not exist.
SELECT 0 WHERE 0 = 1;
SELECT 0 FROM entities WHERE 0 = 1;
LEAVE retrieveEntityBody;
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment