henkmollema / Dommel

CRUD operations with Dapper made simple.
MIT License
611 stars 99 forks source link

Order by asc and desc in one method #288

Closed DanieleSky closed 1 year ago

DanieleSky commented 1 year ago

Hi @henkmollema , I've add a method where you can specify a list of order by columns with a sort direction (asc or desc) and each will be applied on the statment. How you can see I reuse the existing order by method, so the modify should be safe. I've tested the new method on my SQLServer and it works perfectly.

Daniele

DanieleSky commented 1 year ago

Hi @henkmollema any news about this pull?

henkmollema commented 1 year ago

This niche feature doesn't warrant the extra public API and complexity it introduces, and is beyond the scope of what Dommel tries to achieve. Thanks, but I'm closing this one.