-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
The projection middleware is generating this query:
```cs
DbS…
-
## Ask a question : InvalidOperationException: More than twenty 'IServiceProvider' instances have been created for internal use by Entity Framework.
I am trying to work with PostgreSQL Enum Data Typ…
-
**Describe the bug**
The migration process fails due to missing relation.
**To Reproduce**
Steps to reproduce the behavior:
1. Set database type as PostgreSql, set the connection string.
2. Run…
-
Describe your issue.
Greetings. I'm just pinging developers to see 1) if this has actually been implemented now, and if not 2) see about spurring on development.
Long ago I took on some tasks (#32…
-
For example, test Replace_ColumnExpression_in_column_setter:
```c#
await ss.Set()
.SelectMany(e => e.OwnedCollections)
.ExecuteUpdateAsync(s => s.SetProperty(o => o.Value, "SomeValue"))
```
…
roji updated
2 months ago
-
When querying a lot of data, using a DataReader is useful and sometimes necessary to avoid running out of memory.
Here's some information about it:
[Retrieving Data Using a DataReader](https://m…
-
*Short summary (3-5 sentences) describing the issue.*
A query ```someTable?$filter=enumField in ('enumValue1','enumValue2')``` on a working project with OData WebApi lib 7.4.0 breaks after upd…
-
### Steps to reproduce
(Example code to reproduce is in https://github.com/joel-ks/NpgsqlEnumBug)
- Create an enum and a composite type with an attribute with that enum type
- Build an `NpgsqlD…
-
Consider the following entity:
```c#
public class User
{
[Key]
public Guid Id { get; set; }
[Column(TypeName = "jsonb")]
public Dictionary Properties { get; set; }
…
-
I'm not sure if this belongs here or in Roslyn.
Using the `FindAsync` DbSet method allows a cancellation token to be passed as a part of the params arguments [See Issue](https://github.com/dotnet/efc…