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: expand + groupby may return null, dont attach .element #1042

Merged
merged 6 commits into from
Feb 27, 2025

Conversation

patricebender
Copy link
Member

@patricebender patricebender commented Feb 24, 2025

this resolves an Uncaught Object.defineProperty called on non-object dump

this is a workaround for an issue reported in cap/issues#17907

--> we need to put all this logic in the OData protocol adapter, this coding should not be necessary for the DB. This initiative has already started in #990

… the column

this is a workaround for an issue reported in cap/issues#17907

--> we need to put all this logic in the OData protocol adapter, this coding should
not be necessary for the DB. This initiative has already started in #990
@patricebender patricebender changed the title fix: expand + group may return null, dont try to attach .element to… fix: expand + groupby may return null, dont attach .element Feb 24, 2025
@BobdenOs BobdenOs added the next release pr to be checked for next release label Feb 26, 2025
@patricebender patricebender enabled auto-merge (squash) February 26, 2025 12:16
@patricebender patricebender merged commit cf2e0a2 into main Feb 27, 2025
6 checks passed
@patricebender patricebender deleted the patrice/fix-expand-apply branch February 27, 2025 14:52
@cap-bots cap-bots mentioned this pull request Feb 27, 2025
johannes-vogel added a commit that referenced this pull request Mar 4, 2025
🤖 I have created a release *beep* *boop*
---


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

##
[1.18.0](db-service-v1.17.2...db-service-v1.18.0)
(2025-03-04)


### Added

* query modifiers on expand `ref` are propagated to subquery
([#1049](#1049))
([39fbadf](39fbadf))
* support query modifiers at leaf of from ref
([#1050](#1050))
([500a666](500a666))


### Fixed

* `<expand>[@OData](https://github.com/odata).count` queries
([#966](#966))
([6607a84](6607a84))
* align debug log format of stmt values
([#1052](#1052))
([93af0fe](93af0fe))
* expand + groupby may return null, dont attach `.element`
([#1042](#1042))
([cf2e0a2](cf2e0a2))
</details>

<details><summary>sqlite: 1.9.0</summary>

##
[1.9.0](sqlite-v1.8.0...sqlite-v1.9.0)
(2025-03-04)


### Added

* pass through of arbitrary client options
([#1024](#1024))
([b090ccd](b090ccd))
</details>

<details><summary>postgres: 1.12.0</summary>

##
[1.12.0](postgres-v1.11.1...postgres-v1.12.0)
(2025-03-04)


### Added

* pass through of arbitrary client options
([#1024](#1024))
([b090ccd](b090ccd))


### Fixed

* `<expand>[@OData](https://github.com/odata).count` queries
([#966](#966))
([6607a84](6607a84))
</details>

<details><summary>hana: 1.7.0</summary>

##
[1.7.0](hana-v1.6.1...hana-v1.7.0)
(2025-03-04)


### Added

* pass through of arbitrary client options
([#1024](#1024))
([b090ccd](b090ccd))
* support for `SELECT.hint`
([#1004](#1004))
([2c6a763](2c6a763))


### Fixed

* `<expand>[@OData](https://github.com/odata).count` queries
([#966](#966))
([6607a84](6607a84))
* Remove sub query alias check
([#953](#953))
([e5a716c](e5a716c))
</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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release pr to be checked for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants