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
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,8 @@ public class RoleFilter implements EntityFilterInterface {
+ 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
? "` (id, _iversion) SELECT s.id, s._iversion FROM `"
+ sourceSet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment