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

Testing patch v12.0.3 #3443

Merged
merged 9 commits into from
May 9, 2024
Merged

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    c313b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2971e8 View commit details
    Browse the repository at this point in the history
  3. fix: Return 406 instead of 415 for non-acceptable media type

    415 is for Content-Type and 406 for Accept headers.
    wolfgangwalther committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8d4468e View commit details
    Browse the repository at this point in the history
  4. fix: Avoid casting to table type when select= and media type handler …

    …are used
    
    Previously using a generic mimetype handler failed when any kind of select= was given, because
    we tried to cast the select-result to the original table type. With this change, this cast is
    only applied when select=* is given implicitly or explicitly. This is the only case where this
    makes sense, because this guarantees that correct columns are selected in the correct order for
    this cast to succeed.
    
    Resolves PostgREST#3160
    wolfgangwalther committed May 9, 2024
    Configuration menu
    Copy the full SHA
    27cb28b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23aabd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b4e689 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ec72e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f444231 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2ee003 View commit details
    Browse the repository at this point in the history