You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The BulkManipulation.UpdateMultiplePropertyOnAnimal and BulkManipulation.UpdateOnAnimal tests were using Double parameter types to update the Single column. It seems that now Npgsql calculates parameter types according to the columns they touches and fails to set the parameters in this case.
- The CriteriaQueryTest.TestSubcriteriaBeingNull were using the Int32 parameter type instead of expected Double.
0 commit comments