MicroOrm.Dapper.Repositories Versions Save

CRUD for Dapper

v1.26.0

4 months ago
  • Allowed bool? for Status attribute (#344)
  • Updated Dapper to v2.1.4

v1.25.1

10 months ago
  • Fixed cleanup FilterData.Ordered (#288)
  • Updated Dapper to v2.0.143

v1.25.0

11 months ago
  • Fixed PostgreSQL and SQLite bugs (#252)
  • Improved integration tests (#252, #258)

v1.24.1

1 year ago
  • Fixed BulkInsert and BulkUpdate Items left behind because of exceededTimes Miscalculation in MSSQL (#245)

v1.24.0

1 year ago
  • Added virtual to SqlQuery (#240)
  • Supported multi keys in GetSelectById (#241)

v1.23.1

1 year ago
  • Added virtual to GetSelectById (#228)

v1.23.0

1 year ago
  • Added method to manage Provider Quotation marks for Order By (#217)

v1.22.0

2 years ago
  • Added CancellationToken override to DapperRepository methods (#208)
  • Supported Oracle provider (#206)