Skip to content

Commit

Permalink
Merge pull request #145 from sbesson/histogram_image_format_fetch
Browse files Browse the repository at this point in the history
HistogramRequestHandler: fetch the image.format in the pixels query
  • Loading branch information
sbesson authored May 21, 2024
2 parents 42f3845 + 404fcf0 commit 9c4e6f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ protected Map<Long, Pixels> retrievePixDescription(
iQuery.findAllByQuery(
"select p from Pixels as p "
+ "join fetch p.image as i "
+ "left outer join fetch i.format "
+ "left outer join fetch i.details.externalInfo "
+ "join fetch p.pixelsType "
+ "join fetch p.channels as c "
Expand Down

0 comments on commit 9c4e6f8

Please sign in to comment.