-
**Problem statement:**
We are using GitHub action ActionsDesk/cascading-downstream-merge, this allows us to cascade pull request merges to newer releases.
This was working well for over 6 months now…
-
I am trying to delete entities just by giving the PK however it fails if the entity contains Complex Type fields
Example
```
public class BowtieCauseDetails
{
[Key]
p…
-
I want to use ``ON DELETE CASCADE`` with MySQL. Is it already implemented?
-
**Describe the bug**
On branch-2.2, compiling the Cascaded algorithm with the -G flag changes the static shared memory alignment behavior, causing misalignment errors.
**Steps/Code to reproduce bu…
-
When we plan a FK cascade, the cascade plan includes a check of the FK that caused the cascade in the first place. I think we can safely elide this check.
Here's a demonstration using master (`v24.…
-
### Summary
The connection profiles are not deleted when the user/organization that created them is deleted.
### Steps to Reproduce
1. Create user.
2. Create wifi/ethernet profile with that …
-
```
define i32 @src(i1 %cond1, i1 %cond2, i32 %a, i32 %b) {
entry:
%switch.load = select i1 %cond1, i32 %b, i32 %a
%.sink = select i1 %cond2, i32 %a, i32 %switch.load
ret i32 %.sink
}
…
-
```
define i32 @src(i1 %cond1, i1 %cond2, i32 %a, i32 %b) {
entry:
%switch.load = select i1 %cond1, i32 %a, i32 %b
%.sink = select i1 %cond2, i32 %a, i32 %switch.load
ret i32 %.sink
}
…
-
```
define i32 @src(i1 %cond1, i1 %cond2, i32 %a, i32 %b) {
entry:
%switch.load = select i1 %cond1, i32 %b, i32 %a
%.sink = select i1 %cond2, i32 %switch.load, i32 %a
ret i32 %.sink
}
…
-
### Current Behaviour
The current implementation to delete job instances or job executions issues a separate SQL statement for each metadata table. (see https://github.com/spring-projects/spring-batc…