Matthias Vill

Results 28 comments of Matthias Vill
trafficstars

Did you intentionally skip the `arguments[3] is SqlParameterExpression parameter` case for the new `.Match`-mapper?

I guess you could try a `CASE WHEN` expression, and keep recommending to use a constant value. Just re-read the comment. I guess using index would be interesting, if used...

I dislike, that the exceptions are only occuring at runtime, as it is not always trivial to test all possible query variants. The user is already able to implement CASE...

Probably the main thing to change would be the return type of `MySqlDbFunctionsExtensions.Match`. As this would be a breaking change, adding an overload with a return type of e.g. `double`...

> Iirc the 16.9 Corepack had a bug that prevented `yarn init -2` from working, so it's only viable starting from 16.10 @arcanis Ok, but would installing corepack work in...

@arcanis I finally found some minutes to prepare a Docker-image and use https://containers.dev/ to run some tests. I didn't manage to get corepack to correctly run yarn with 16.9, when...

It would seem, that since #54 you no longer need `AsExpandable` or `Expand` for every predicate. There are however cases were you may benefit from using it, and if you...

#182 likely solves this for everything more recent then .NET 3.5 as `ConditionalExpression.Update` explicitly initializes the `Type` of the new `ConditionalExpression` to the old `Type`. Currently `Expression.Condition(test, ifTrue, ifFalse)` is...

As I am not really familiar with VB.NET, I translated your code to C# and tried to reproduce your problem using this: ```cs public class PatientVisitBase { public string AppointmentId...

I guess there isn't much progress here? Maybe NSwag could bundle a class that is translated to mean, that the only significant output of an API are headers, when used...