-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Testing patch v12.0.3 #3443
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c313b5e - Browse repository at this point
Copy the full SHA c313b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2971e8 - Browse repository at this point
Copy the full SHA c2971e8View commit details -
fix: Return 406 instead of 415 for non-acceptable media type
415 is for Content-Type and 406 for Accept headers.
Configuration menu - View commit details
-
Copy full SHA for 8d4468e - Browse repository at this point
Copy the full SHA 8d4468eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 27cb28b - Browse repository at this point
Copy the full SHA 27cb28bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23aabd4 - Browse repository at this point
Copy the full SHA 23aabd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4e689 - Browse repository at this point
Copy the full SHA 9b4e689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec72e0 - Browse repository at this point
Copy the full SHA 4ec72e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f444231 - Browse repository at this point
Copy the full SHA f444231View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ee003 - Browse repository at this point
Copy the full SHA a2ee003View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.