bt-88

Results 3 issues of 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)`:...

type: feature
epic: merge

### 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...

type: bug
status: has-tests
area: efcore