Skip to content

Bug: Set the return value of Max and Min operations to object. #357

@mikependon

Description

@mikependon

Currently, the implementation is only returning the long data type which is a bit limited. We need to make sure that the return type would be of type object to support all return types.

Calls:

connection.Max<Entity>(e => e.DateTime);
connection.Max<Entity>(e => e.Int32);
connection.Max<Entity>(e => e.Double);

Acceptance Criteria:

All affected Integration Tests and Unit Tests must be fixed and passing.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdeployedFeature or bug is deployed at the current releasepriorityTop priority feature or things to do

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions