-
Get the following exception with EFCore 6 preview 2. BulkExtensions works fine with EFCore 6 preview 1 (as far as I can see so far).
I know you haven't tested/updated for EFCore 5 yet, let alone 6,…
-
I am trying your library for the first time but I cannot seem to get it to work. I am simply trying to bulk insert a bunch of rows while ignoring a timestamp column that is used for optimistic concurr…
-
Given the connection string in appsettings.json
```
"ConnectionStrings": {
"DefaultConnection": "Data Source=.;Initial Catalog=TestDb;MultipleActiveResultSets=True;Integrated Security=True;User…
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.8-IDEA223
- OS Name: Linux
- Java Version: 17.0.6
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Version name: IntelliJ ID…
-
![1_1](https://github.com/npgsql/npgsql/assets/13858646/635c8e61-a2bf-461d-a342-54d65fc4b5ce)
![1](https://github.com/npgsql/npgsql/assets/13858646/78755779-2b18-473f-bd30-9507c83df42a)
An erro…
-
In visual studio 2019, VB.Net (.Net Framework 4.x) when creating new DataSet and adding a table adapter through the dataset designer, I can create an appropriate .Fill() method and GetData() method fr…
-
### Use case
To avoid having entities depending on the ORM framework, it would be nice to be able to define entity schema mapping in code.
### Describe the solution you'd like
The approach us…
-
I have a simple dbcontext, It has three set in it. When I debug it using Windbg to see what object is live i see some dbset.
So, My question is why some dbset is in heap?
https://stackoverflow.c…
-
### Source/destination types
```csharp
// Source types
public class WarehouseOrder : ...
{
...
public ICollection Registrations { get; set; }
}
public class WarehouseOrderRegistrat…
-
# You can now return unmapped types from raw SQL select statements with Entity Framework 8 - Tim Deschryver
Entity Framework 8 brings a new feature allowing us to execute and return unmapped types fr…