Skip to content
Snippets Groups Projects

fix SELECT name FROM ENTITY

Merged Timm Fitschen requested to merge f-select-name-from-entity into dev
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -206,7 +206,7 @@ public class Query implements QueryInterface, ToElementable, TransactionInterfac
}
}
private static boolean filterEntitiesWithoutRetrievePermisions =
private boolean filterEntitiesWithoutRetrievePermisions =
!CaosDBServer.getServerProperty(
ServerProperties.KEY_QUERY_FILTER_ENTITIES_WITHOUT_RETRIEVE_PERMISSIONS)
.equalsIgnoreCase("FALSE");
Loading