-
### Description
After extending multi column PK, bulk insert with the data different only in the new column fails with System.Data.ConstraintException.
### Repro steps
1. Create table `EFTest…
-
Hi guys!
I submitted an issue before about not working KeepIdentity with PostgreSQL, and you fixed it in last pre-release.
We need also the CheckConstraints to work, but it isn't working.
I am …
-
I've been using `BulkCopyAsync` in a few projects and have noticed some behavior we may wish to investigate further;
In a library using Linq2Db, I was working on tuning and eventually came up with …
-
Ok, let's speak about our Achilles' heel - documentation.
To be honest everything is awful, only documentation is start page & a little bit of wiki. We should work on it!
My suggestion is to build d…
-
Hi there,
I have the following code:
```cs
var ms = MappingSchema.Default;
//ms.SetConverter(period => period != null ? TimeSpan.FromSeconds(period.Seconds) : TimeSpan.Zero);
ms.SetConverter(…
-
Let discuss what is the best approach to make the library Task friendly and Thread Safe for concurrent work
-
### Is your feature request related to a problem?
Hello, I am the open source author of. NET ORM. It is too slow to insert Npgsql. Do you have a good solution
### Describe the solution you'd like.
…
-
The driver for .net (.NET client for ClickHouse) (https://github.com/DarkWanderer/ClickHouse.Client) performs a select operation whenever there is a BulkCopy request (https://github.com/DarkWanderer/C…
-
Using an ahead-of-time transaction marker (persisted to DB, not sure there's a way around this) we can perform high performance insertions on a tree of entities, for example:
* Parent (w/ AOT Marker)…
rudiv updated
6 years ago
-
Any plans for supporting an AsyncEnumerable you can send to SqlBulkCopy.WriteToServerAsync?
Are you accepting contributions? Would be more than happy to help out.
Generally thinking,
1. Refa…