Skip to content
Snippets Groups Projects
Unverified Commit bcceeb66 authored by Daniel's avatar Daniel
Browse files

MAINT: Added note about unused branch.

parent 4e04eb50
Branches
Tags
No related merge requests found
...@@ -102,6 +102,8 @@ public class RoleFilter implements EntityFilterInterface { ...@@ -102,6 +102,8 @@ public class RoleFilter implements EntityFilterInterface {
+ operator + operator
+ "?" + "?"
: "` (id) SELECT e.id FROM `entities` AS e WHERE e.role" + operator + "?") : "` (id) SELECT e.id FROM `entities` AS e WHERE e.role" + operator + "?")
// FIXME The second branch is probably never run. Remove completely and raise an
// exception instead?
: (versioned : (versioned
? "` (id, _iversion) SELECT s.id, s._iversion FROM `" ? "` (id, _iversion) SELECT s.id, s._iversion FROM `"
+ sourceSet + sourceSet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment