feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.02k stars 745 forks source link

fix(knex): Only apply default order for MSSQL #3145

Closed daffl closed 1 year ago

daffl commented 1 year ago

Only MSSQL requires a default sort order. All other database should use the natural or an explicit sort order.

Closes https://github.com/feathersjs/feathers/issues/3047