Fabien Ménager
Fabien Ménager
@jzabroski I pushed the changes, but had to change a few tests for spacing and the condition "1 = 1" present for all other dbms, is that a problem? Also,...
> I kicked off a CI build for this last commit. Oh 😅 looks like I'm not done yet
What about making an obsolete wrapper interface that implements the interface from the new namespace ? I'm fed up with the warnings about the IQuoter
No it would be no warning at all : https://github.com/PhenX/fluentmigrator/commit/4521a6199c1de83629387f410f8462a68c7e082f Note the new IQuoter in the old namespace, that implements the IQuoter in the right namespace, and all the usages...
Is it acceptable with such a syntax ? ``` Update.Table("Foo").InSchema("dbo") .Set(new { Baz = RawSql.Insert("CASE WHEN Bar = 1 THEN 2 ELSE 0 END") }) .Where(new { Baz = RawSql.Insert("IS...
Well for now it's a little bit better but not what we want because of the "=" on the WHERE part ```sql UPDATE "dbo"."Foo" SET "Baz" = CASE WHEN Bar...
@jzabroski I think this issue is adressed now, and [this pull request](https://github.com/fluentmigrator/documentation/pull/77/files) is now obsolete
Is it different from IConventionSetPlugin ?
Would it work with the new `EF.Constant` ? https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.ef.constant?view=efcore-9.0
Hey @Shane32, any news about this pull request ? :)