Maurycy Markowski

Results 155 comments of Maurycy Markowski

@neon-sunset thanks for the review and code fixes! I have just pushed in the final set of changes, so from my perspective the PR should be good to go. Wrt...

I'm always a bit scared when changing order of operations in the optimizer, but this one should be safe. Thanks @ranma42

related to https://github.com/dotnet/efcore/issues/31020

@ranma42 thanks for doing the work! For the tests, I would suggest to use NullSemantics model (`NullSemanticsQueryFixtureBase`, `NullSemanticsQueryTestBase`) rather than Northwind. Northwind is somewhat special in our tests, given it...

@ranma42 thank you for the contribution!

I also agree that the most valuable optimization is the compare one. I would not like to strip case just for the sake of doing it (i.e. `x OR (NOT(y)...

Initial work and infrastructure added in cb270316d63730ae669ca8b6b8fb16b2a2f6abc2 Verification will be added in the future - mutators can be in 2 modes: generating query and generating baseline. When ran with the...

> > I'll look into adding/updating tests before marking this as ready for review. Currently I am thinking of: > > Sounds great. Hopefully there are nullable alternatives in the...