-
nopCommerce version: develop
> The problem is in first insertion, it will call BulkInsertEntitiesAsync:
> ```c#
> /// A task that represents the asynchronous operation
> protected virtual async …
-
### What happened?
While testing babelfish with an old dotnet code base we discovered that performing a bulk copy into an temporary table throws an exception:
```
System.InvalidOperationException…
-
Hi,
I encountered an issue where declaring an enum field within a tuple causes a **System.ArgumentOutOfRangeException** during **EnumType.Parse** when performing bulk insertion.
[EnumType.cs (lin…
-
### Describe your issue
I have built a console application with a simple entity using the T4 template. After bulk operation postgresql throws exception:
```
Exception message: Npgsql.PostgresEx…
-
In our current migration effort to spark-connector new version, we noticed there are some type conversion issues after using spark-mssql-connector ver 1.0.2 for BulkCopy. I have created two simple un…
-
Processing https://github.com/dotnet/runtime/pull/107437#issuecomment-2332930480 command:
Command
-arm64 -intel
```cs
using BenchmarkDotNet.Attributes;
using System;
using System.Runtime.Compile…
-
Processing https://github.com/EgorBot/runtime-utils/issues/80#issuecomment-2332958771 command:
Command
-arm64 -pr 107437
```cs
using BenchmarkDotNet.Attributes;
using System;
using System.Runtim…
-
In tables with CLOB fields, T4 generator build this property:
``` C#
[Table("ST06_ETL_STEP")]
public partial class ST06EtlStep
{
...
[Column("REPORT", DbType="CLOB", …
-
**Describe the bug**
A clear and concise description of what the bug is.
If you are seeing an exception, include the full exceptions details (message and stack trace).
```
[Exception message:
…
-
The thought I had is that with most data providers, it would be possible to have `RowByRow` or `MultipleRows` methods of Bulk Copy return the inserted IDs for Auto-incremented primary keys.
- Post…