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: deep delete for views #496

Merged
merged 63 commits into from
Oct 28, 2024
Merged

fix: deep delete for views #496

merged 63 commits into from
Oct 28, 2024

Conversation

BobdenOs
Copy link
Contributor

@BobdenOs BobdenOs commented Mar 5, 2024

No description provided.

@BobdenOs BobdenOs requested a review from patricebender as a code owner March 6, 2024 14:28
@johannes-vogel
Copy link
Contributor

I double checked with our internal stakeholder tests and observe some failures that are related.
Before merging, we should double check these tests.

I can help in reproducing.

@danjoa
Copy link
Contributor

danjoa commented Apr 19, 2024

Our code explodes ... wonder if we could do that better. Maybe it's due to how getTransitions() works.

Btw: using these private helpers from @sap/cds is no good.

@larslutz96
Copy link
Contributor

I double checked with our internal stakeholder tests and observe some failures that are related. Before merging, we should double check these tests.

I can help in reproducing.

@johannes-vogel i executed the stakeholder tests again after our fix. Only two tests are failing but they also fail with main.

@johannes-vogel johannes-vogel added the next release pr to be checked for next release label Oct 24, 2024
@johannes-vogel johannes-vogel changed the title fix: deep delete for views without navigation fix: deep delete for views Oct 28, 2024
@johannes-vogel johannes-vogel merged commit 82154ef into main Oct 28, 2024
4 checks passed
@johannes-vogel johannes-vogel deleted the fix-deep-delete branch October 28, 2024 16:08
@cap-bots cap-bots mentioned this pull request Oct 28, 2024
johannes-vogel added a commit that referenced this pull request Oct 29, 2024
🤖 I have created a release *beep* *boop*
---


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

##
[1.14.1](db-service-v1.14.0...db-service-v1.14.1)
(2024-10-28)


### Fixed

* deep delete for views
([#496](#496))
([82154ef](82154ef))
* properly support `default`, `cds.on.insert` and `cds.on.update` for
`UPSERT` queries ([#425](#425))
([338e9f5](338e9f5))
* SELECT cds.hana.BINARY
([#870](#870))
([33c3ebe](33c3ebe))
</details>

<details><summary>sqlite: 1.7.5</summary>

##
[1.7.5](sqlite-v1.7.4...sqlite-v1.7.5)
(2024-10-28)


### Fixed

* properly support `default`, `cds.on.insert` and `cds.on.update` for
`UPSERT` queries ([#425](#425))
([338e9f5](338e9f5))
</details>

<details><summary>postgres: 1.10.2</summary>

##
[1.10.2](postgres-v1.10.1...postgres-v1.10.2)
(2024-10-28)


### Fixed

* properly support `default`, `cds.on.insert` and `cds.on.update` for
`UPSERT` queries ([#425](#425))
([338e9f5](338e9f5))
</details>

<details><summary>hana: 1.4.0</summary>

##
[1.4.0](hana-v1.3.2...hana-v1.4.0)
(2024-10-28)


### Added

* Improve procedure metadata lookup logic
([#862](#862))
([da629d9](da629d9))


### Fixed

* enable `cesu8` by default for `hdb` driver and encode entries streams
([#868](#868))
([d85d7e6](d85d7e6))
* Include `binary` type with `varbinary` type in `hana-client`
([#871](#871))
([f4d7caf](f4d7caf))
* nested functions in comparisons
([#861](#861))
([f3fd254](f3fd254))
* properly support `default`, `cds.on.insert` and `cds.on.update` for
`UPSERT` queries ([#425](#425))
([338e9f5](338e9f5))
* SELECT cds.hana.BINARY
([#870](#870))
([33c3ebe](33c3ebe))
* Throw error if rows in limit is missing for expand, same as in limit()
([#858](#858))
([641c3b9](641c3b9))
</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>
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.

6 participants