-
### Describe the feature
Hello,
I´m working on a project, which heavily uses Vogen, that needs to filter values submitted by the FrontEnd, on the BackEnd with IQueryable.
I would say that 95% o…
-
### Description
Hi Team,
We are in the process of migrating our database from MSSQL to PostgreSQL. During this migration, all database objects, including table and column names, have been conver…
-
Koppla på EF mot DB.
-
**Describe the bug**
This is probably an issue for Dependabot-CLI, but wanted to bring it up here just in case. Just tell me if I should close this one and create one there instead.
In my project I'…
-
-
It seems the following functions disappeared from Microsoft.EntityFrameworkCore.Relational 9.0.0 on .net 9.0
```C#
RelationalQueryableExtensions.ExecuteDeleteAsync
RelationalQueryableExtensions.Exec…
-
I have seen an open pull request https://github.com/fluentmigrator/fluentmigrator/pull/664 (from 2015) relating to idempotent SQL script generation and was wondering what the current thinking is on th…
-
I'm using MVCInstaller.MVC4 v1.1.1.1 with a MVC4 project in VS 2012. I have EntityFramework v5 installed
I have configured my installer.config with a database connection:
![image](https://f.cloud.git…
-
### Description
Postgre database.
I am doing a batch deletion of rows from a table and I get an error message.
### Code
`Set().DeleteRangeByKey(query);`
### Exception
Exception message:
…
-
Now that #56 is done, can we get UDT support in Oracle.EntityFrameworkCore too?
Would be nice to just
entity.Property(e => e.ComplexValue).HasColumnType("ComplexType").HasColumnName("Complex…