Hide
original bugid: #6826
More specifically it only returns one relation betwen two specific buidlders, even if there are more roles defined.
This is due tobehavior in teh subSet() method of the TreeSet class.
This causes problems with postgresql, who uses getAllowedRealtions to optimize queries (with the ONLY keyword), thus resulting in queries that do not return the proper data.
Changed the parameters (lower and upper bounds) of the subset.
Show
original bugid: #6826
More specifically it only returns one relation betwen two specific buidlders, even if there are more roles defined.
This is due tobehavior in teh subSet() method of the TreeSet class.
This causes problems with postgresql, who uses getAllowedRealtions to optimize queries (with the ONLY keyword), thus resulting in queries that do not return the proper data.
Changed the parameters (lower and upper bounds) of the subset.