Noah Potash
Noah Potash
I think you've answered your own question. Pull requests are welcomed!
Not at this time, sorry. Pull requests are welcomed!
I'm not sure. Do you know of other providers that don't behave this way?
I took a quick search through the SQLite provider code, as well as through npgsql, and didn't see anything obvious around discriminators. What is the name of the column that...
Ok, that helped a lot in finding where this happens. I believe this behavior to be part of the RelationalConventionSetBuilder, which SqlServer, Sqlite, and Npgsql are all using, but we...
@ts95 Can you give this version a try and see if it behaves as you expected? https://ci.appveyor.com/api/buildjobs/nycxtw9od923rciu/artifacts/artifacts%2FSapientGuardian.EntityFrameworkCore.MySql%2FSapientGuardian.EntityFrameworkCore.MySql.7.2.0.nupkg
Did you jump Microsoft.EntityFrameworkCore to a newer version? It looks like that Clone method was added, abstract, in https://github.com/aspnet/EntityFramework/commit/09b1503ef94287784d1f8fb29da90cba2a891f5e#diff-87e1640e3a0196093b5f92e903872b28R31.
Now that .net core 2 has been release in preview, I took a look to see what it would take to upgrade this library to link against EF Core 2,...
Hi, It's not likely to happen. See https://github.com/SapientGuardian/SapientGuardian.EntityFrameworkCore.MySql/issues/56#issuecomment-302932142 for more details, but in short I would suggest switching to the Pomelo libraries.
I requested something like this from our AWS Solutions Architect many months ago. I ended up deploying https://github.com/operator-framework/operator-metering/ , which works pretty well, but puts a burden on administration because...