You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn: Microsoft.EntityFrameworkCore.Query.Internal.MySqlQueryCompilationContextFactory[8]
The LINQ expression 'Concat({from EPGItem e in value(Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[WebApplication.Models.EPGItem]) where ([e].ChannelId == 972) select [e].ChannelId})' could not be translated and will be evaluated locally.
MySQL version: 5.7.16-0ubuntu0.16.04.1-log
Operating system: Ubuntu 16.04
Pomelo.EntityFrameworkCore.MySql version: 1.1.0
The text was updated successfully, but these errors were encountered:
Im trying to do a UNION ALL query in MySQL using LINQ Concat but the queries are run separately using Local evaluation
In the console this message is shown
warn: Microsoft.EntityFrameworkCore.Query.Internal.MySqlQueryCompilationContextFactory[8]
The LINQ expression 'Concat({from EPGItem e in value(Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[WebApplication.Models.EPGItem]) where ([e].ChannelId == 972) select [e].ChannelId})' could not be translated and will be evaluated locally.
MySQL version: 5.7.16-0ubuntu0.16.04.1-log
Operating system: Ubuntu 16.04
Pomelo.EntityFrameworkCore.MySql version: 1.1.0
The text was updated successfully, but these errors were encountered: