-
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representat…
-
Note all that's missing (if any)
-
I'm trying to make the following inheritance.
`
public class A
{
public IEnumerable Method(IEnumerable elements) where T : SomeInterface
`
`
public class B : A where T : SomeInterfa…
-
### Describe the bug
![Image](https://github.com/user-attachments/assets/bd7961d5-4d46-41ed-9e89-f31aad670fa2)
----
https://github.com/user-attachments/assets/4361b039-261c-45d5-85fc-033670059a2f
…
-
**Describe the problem**
Please describe the issue you observed, and any steps we can take to reproduce it:
We have common table expression that returns a table with two columns. The first colum…
-
**Describe the bug**
When using the coalesce directive on a field, it is not working. The given default value is not returned. If the field is marked as non-nullable, an InternalServerError is return…
-
**Memgraph version**
Which version did you use?
memgraph 2.13.0、2.17.0、2.20.0
**Environment**
x86 、docker or without docker
**Describe the bug**
cypher using multi union clauses will c…
-
When a `Propagator` returns a unit conflict explanation, the resolution conflict analysis breaks since it attempts to allocate a clause but the clause manager only accepts clauses of size 2
-
### Describe what you want
Drizzle ORM supports `SELECT` queries in CTEs (`WITH` clauses). From the docs:
```ts
const sq = db.$with('sq').as(db.select().from(users).where(eq(users.id, 42)));
con…
-
When we took over this proposal, we changed the original grammar of the `match` arms from ` => ;` to `when(): ;`, in part to allow `if()` guards to be placed alongside the `when()`, like `when(...) if…