We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a feathers-knex service using postgres and run the find method.
find
myFeathersKnexService.find({ query: { [field]: value } }) .then(result => { console.log(result.total); });
Returns an integer (e.g. 0)
Returns a string (e.g. '0')
Module versions: feathers-knex: 2.7.0 knex: 0.13.0 pg: 7.0.1
NodeJS version: v6.11.1
Operating System: Alpine Linux 3.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Create a feathers-knex service using postgres and run the
find
method.Expected behavior
Returns an integer (e.g. 0)
Actual behavior
Returns a string (e.g. '0')
System configuration
Module versions:
feathers-knex: 2.7.0
knex: 0.13.0
pg: 7.0.1
NodeJS version: v6.11.1
Operating System: Alpine Linux 3.6
The text was updated successfully, but these errors were encountered: