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

fix: exclude cds.LargeBinary from wildcard expansion #577

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

patricebender
Copy link
Member

before this change, only the MediaType annotation was checked, but we should rather check the elements type as pointed out in this comment

before this change, only the `MediaType` annotation was checked,
but we should rather check the elements type as pointed out
in [this comment](#570 (review))
@patricebender patricebender assigned sjvans and unassigned sjvans Apr 10, 2024
@patricebender patricebender requested a review from sjvans April 10, 2024 13:13
@patricebender patricebender marked this pull request as ready for review April 11, 2024 08:06
@patricebender patricebender enabled auto-merge (squash) April 11, 2024 08:32
@patricebender patricebender disabled auto-merge April 11, 2024 09:16
@patricebender patricebender merged commit 6661d63 into main Apr 11, 2024
6 checks passed
@patricebender patricebender deleted the patrice/blob branch April 11, 2024 09:16
@cap-bots cap-bots mentioned this pull request Apr 11, 2024
johannes-vogel added a commit that referenced this pull request Apr 12, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>db-service: 1.8.0</summary>

##
[1.8.0](db-service-v1.7.0...db-service-v1.8.0)
(2024-04-12)


### Added

* Odata built-in query functions
([#558](#558))
([6e63367](6e63367))
* support HANA stored procedures
([#542](#542))
([52a00a0](52a00a0))


### Fixed

* **`expand`:** Only accept on structures, assocs or table aliases
([#551](#551))
([3248512](3248512))
* **`order by`:** for localized sorting, prepend table alias
([#546](#546))
([a273a92](a273a92))
* etag with stream_compat
([#562](#562))
([b0a3a41](b0a3a41))
* exclude `cds.LargeBinary` from wildcard expansion
([#577](#577))
([6661d63](6661d63))
* Reduce insert queries for deep update
([#568](#568))
([55e5114](55e5114))
* Reduced count query complexity when possible
([#553](#553))
([3331f02](3331f02))
</details>

<details><summary>postgres: 1.7.0</summary>

##
[1.7.0](postgres-v1.6.0...postgres-v1.7.0)
(2024-04-12)


### Added

* Odata built-in query functions
([#558](#558))
([6e63367](6e63367))
</details>

<details><summary>hana: 0.2.0</summary>

##
[0.2.0](hana-v0.1.0...hana-v0.2.0)
(2024-04-12)


### Added

* Odata built-in query functions
([#558](#558))
([6e63367](6e63367))
* support HANA stored procedures
([#542](#542))
([52a00a0](52a00a0))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com>
@cap-bots cap-bots mentioned this pull request Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants