feathersjs-ecosystem / feathers-objection

Feathers database adapter for Objection.js, an ORM based on KnexJS SQL query builder for Postgres, Redshift, MSSQL, MySQL, MariaDB, SQLite3, and Oracle. Forked from feathers-knex.
MIT License
98 stars 49 forks source link

Fixed issue where using $select with a composite PK returns error #140

Closed davidf84 closed 3 years ago

davidf84 commented 3 years ago

When using $select in both get or find methods on models with a composite primary key, a database error is returned.

dekelev commented 3 years ago

Thanks @davidf84

dekelev commented 3 years ago

Released with v7.1.1