Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use left outer join fetch when retrieving the image.format #144

Merged
merged 2 commits into from
May 20, 2024

Commits on May 18, 2024

  1. Use left outer join fetch when retrieving the image.format

    For image where there is no associated format e.g. images that will
    be read by the RomioPixelBuffer, this is a requirement for the query
    to return a Pixels object and avoid a Cannot find Image:<id> 404
    error when using a micro-service endpoint
    sbesson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    7e6192b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3eba52f View commit details
    Browse the repository at this point in the history