bt-88
bt-88
The function `ScalarMinimizationResult FindMinimum(IScalarObjectiveFunction objective, double lowerBound, double upperBound)` (in Numerics.Optimization) does not respect the `lowerBound` argument. In my example of `FindMinimum(somefunction, 0.05, 0.4)` the GS-algorithm expands below 0.05 and...
### As is Currently, for merge operations, `UpdateWhenMatched` has two overloads: * `UpdateWhenMatched()`: Updates all fields that are in both source and target by the source values * `UpdateWhenMatched(Expression setter)`:...
### Describe your issue When creating a temporary table via DataConnection.CreateTempTableAsync(), using `PostgreSQLDataProvider93`, the generated SQL does not take into account IDENTITY fields in my entity. Therefore, when attempting to...