-
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 …
-
I have an azure SDK 2.2, the call to "CloudConfigurationManager.GetSetting("SchoolContext")" generates the following exception in the trace (the exception causes EF6 to not work co…
-
### Describe what is not working as expected.
There was an incident on our production environment. We have two instances of the same application (backend). A client made around 2.5k requests at the…
-
### Description
Describe the issue or proposed feature.
I'm migrating my project from EF6 to EF Core 7 and I'm having a problem with a bulk insert in a specific entity
Code:
```csharp
Action…
-
- [x] Upload .vsix with final 3.1 build - after //Build
- [x] move shared code to next newer version - model, reveng, packages(?)
- [x] clean up extra code that support 3.1 in .NET Fx
- [x] Remove…
-
This issue tracker is for ***documentation***
For ***product*** issues, use https://github.com/aspnet/EntityFramework/issues
I followed the database first approach. I'm using VS 2019 community edi…
-
When inserting an entity with database-generated columns, we currently generate the following (as long as there's no IDENTITY column):
```sql
DECLARE @inserted0 TABLE ([Id] int);
INSERT INTO [Blo…
roji updated
8 months ago
-
Hi,
Receiving the below error when using the new MSI - Version 4.1.1.
Error Message:
Test connection failed because of an error in initializing provider. **Could not load file or assembly 'Sys…
-
All of my datatypes are timezone with time stamp in our database. The model type is DateTime. I'm setting a date value to DateTime.UtcNow in an insert, but am getting this error:
InvalidCastExcepti…
-
When the SQL statement is emitted, it is written using the current culture rather than `CultureInfo.InvariantCulture`. This can cause the SQL statement to be invalid. For example, in Finnish, the `Num…