-
-
EF Core version: **9.0**
Database provider: **Npgsql** (**efcore.pg**)
Target framework: **.NET 9**
Operating system: **Windows 10**
IDE: **Rider 2024.3**
Configuration:
```cs
builder
.Property(cm =…
-
The following text was present in a retired "lake design" document (see #3803). It has been established that this was really a pending to-do, so this issue tracks its ultimate implementation and corre…
-
Consider `a > 0` and `b > 0` then `a/(a+b)` is between 0 and 1, however this, to sympy, is more or less obvious, depending on how we manipulate the expression:
![image](https://github.com/sympy/sym…
-
Return relationships when `with` is called, kind of like a join but it returns a `Vec` on a given row field and a T of the given foreign key:
```rust
#[derive(Table)]
#[rizzle(table = "users")]
…
-
Categorizing connectors might make it easier for connectors to be discovered. E.g.
* AWS
* GCP
* Relational databases
* etc.
-
@FwParzy do you think we should use a relational database style documents one key and one piece of info for each file.
one file for user info, another for student progress, a third for the history o…
-
Is there anyway to clone a model that has a self relational field:
id
parent_id
If I set up the `protected $cloneable_relations` property It doubles up on everything. If i keep that off, it doe…
-
### Version
main branch
### Describe what's wrong
When creating a catalog with type: `relational` and `provider: Apache Iceberg`, the Gravitino UI fails to include the `jdbc-driver`, `jdbc-user`, a…
-
See https://github.com/jump-dev/JuMP.jl/issues/3438, specifically https://jump.dev/JuMP.jl/stable/tutorials/linear/multi_commodity_network/ is mentioned. It'd be good to get an acsets implementation.