Pomelo.EntityFrameworkCore.MySql icon indicating copy to clipboard operation
Pomelo.EntityFrameworkCore.MySql copied to clipboard

string.Join does not translate to GROUP_CONCAT

Open ifgitman opened this issue 2 years ago • 2 comments

See https://github.com/dotnet/efcore/issues/22957 - "Full support for custom provider aggregate functions"

It seems like this translation became possible in EF Core 7.

ifgitman avatar Mar 30 '23 02:03 ifgitman

The official package(MySql.EntityFrameworkCore) already supports.

superboy1984 avatar May 30 '23 02:05 superboy1984

I can't use the official package, it doesn't support spatial types out of the box and I can't seem to find anything akin to NetTopologySuite to work with it.

JohannSig avatar Jun 06 '23 22:06 JohannSig