feathers-knex icon indicating copy to clipboard operation
feathers-knex copied to clipboard

Service adapters for KnexJS a query builder for PostgreSQL, MySQL, MariaDB, Oracle and SQLite3

Results 19 feathers-knex issues
Sort by recently updated
recently updated
newest added

### Summary Simply adds 3 new array-type operators to OPERATORS and whitelist, as well as documentation - [x] Tell us about the problem your pull request is solving Currently, interacting...

I need a way to dynamically change which schema is used for for a service in a multi tenancy app. I see there was an option added to the options...

### Summary - [X] Tell us about the problem your pull request is solving. Allow a user to set the schema a request will use by setting `params.schema` within a...

### Steps to reproduce (First please check that this issue is not already solved as [described here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug)) - [x] Tell us what broke. The more detailed the better. - [x]...

bug

Create a custom query with GROUP BY clause, it will return false number as total As the current SQL query to get the total number of row is by using...

bug

It would be nice to have operators for postgres array-type fields: https://www.postgresql.org/docs/9.0/functions-array.html Incoming PR to add: - contains (`@>`) - contained_by (`

enhancement

### Steps to reproduce - create a knex db service - add a find before hook that uses hook.params.knex with any custom query: ``` hook => { hook.params.knex = hook.service.createQuery(hook.params.query);...

bug