feathersjs / feathers

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

fix(knex): Get by id and transactions should work with params.knex #3146

Closed daffl closed 1 year ago

daffl commented 1 year ago

This pull request makes sure that queries by id and transactions work when passing params.knex.

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