-
Created to continue discussion on EF core 6 support that was [started here](https://github.com/bubibubi/EntityFrameworkCore.Jet/issues/98#issuecomment-991045740)
-
Hi
Binding data to the DTO which has collections (one-many relationship) with the LINQ, the sql query is generated with LEFT JOIN instead INNER JOIN.
DB context
```c#
public DbSet Standard…
-
There are two entries in electrofishing data for Weigert Creek site 197534_us_ef6 where there was a visual observation and no lengths were estimated. Ariana and the other guy who's name is eluding me …
-
I've been trying to hunt down this issue for a while when our web application suddenly locks up with 100% CPU usage. I've finally acquired a full memory dump and analysis (fairly hard when the CPU is …
-
It might be useful and helpful to add a mention that in EF7 this is now covered by the [Owned](https://learn.microsoft.com/en-us/ef/core/modeling/owned-entities) entity. Took me a bit to figure it out…
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.6.219-IDEA212
- OS Name: Windows 10
- Java Version: 11.0.12
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Version name: I…
-
I want to migrate from old EF6 project with EDMX which uses [Firebird](https://github.com/FirebirdSQL/NETProvider).
To test it I created an EDMX from the sample employee database of firebird. Next…
-
We are trying to migrate from EF6 to EF Core 2.2
The issue comes with the Primary Key field ID. We do not allow SQL to generate the ID, we also do not generate the ID in the model. We generate the …
-
Hello Team,
I'm trying to run a function that has multiple parameters, including DataTable, integer, integer, and refcursor, using NpgSql to connect to a Postgres database. Here is how my function …
-
### Library name and version
Azure.Identity 1.8
### Query/Question
I am trying to update an Azure app service to use User-assigned managed identity to access SQL but am running into the follo…