Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
string.Join does not translate to GROUP_CONCAT
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.
The official package(MySql.EntityFrameworkCore) already supports.
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.