-
### Describe your issue
I have an entity with two Guid fields. If I insert 900 sample entites one by one it is working without any problem.
If I insert same entites with BulkCopy - System.StackOve…
-
```
I receive the error "Unexpected existing transaction" when using BulkCopy using
MS SQL Server 2008R2 on the line "bulkCopy.WriteToServer(dt);" in
SQLServerVendor.cs
All is well when I change th…
-
Hi,
Have you considered adding async/await support?
[This line](https://github.com/mtanneryd/ef6-bulk-operations/blob/master/Tanneryd.BulkOperations.EF6/Tanneryd.BulkOperations.EF6/DbContextExte…
-
if the table has a filed type "image", can't use the bulkcopy.
the function makeDecl doesn't support the "image" type.
**Describe the bug**
A clear and concise description of what the bug is.
…
-
Some data providers like Oracle and DB2 provide array binding feature (supported by [BLToolkit](https://github.com/igor-tkachev/bltoolkit/blob/b9149ffa5c9826a01e93de81907a3eae56cbe051/Source/Data/Data…
-
## Driver version
sqljdbc42.jar
## SQL Server version
SQL Server 2014
## Client Operating System
Windows 10
## JAVA/JVM version
JDK 1.8
## Table schema
I wanna just store the complete…
-
Current 'bulk copy' API expects IEnumerable as an input. For performance reasons this API does not suit my needs - I have to insert large amount of "small" objects which implies large number of small …
-
Is there a way to add static fields?
EX: When loading from file and putting into the DB, we have a FileId that we generate before the insert, so we would want to add this, but it doesnt exist in the…
-
## Question
How does the driver execute batch INSERTs if the connection auto commit is true?
The JDBC specification has no standard rule and this "is a driver specific" topic.
The documentation htt…
-
**Is your feature request related to a problem? Please describe.**
Importing bacpacs is extremely slow and resource intensive.
**Describe the solution you'd like**
In the ImportTableBatchHelper, …