Skip to content

DSSqlAdapter.filterQuery failure #75

@peteut

Description

@peteut
if (params instanceof Object.getPrototypeOf(this.query.client).QueryBuilder) {

should spell

if (params instanceof Object.getPrototypeOf(this.query.client).queryBuilder) {

Refer to knex source: client.js#L61 for reference.
node -v yields v4.6.0 and npm list | grep knex yields ├─┬ knex@0.12.0.
npm list | grep js-data yields

├── js-data@2.9.0
├─┬ js-data-sql@0.11.17 (git://github.com/peteut/js-data-sql.git#c94819ffdfa09d293a6acaeab6a2db496c7b1fac)

I was not able to run CI, therefore I could not prepare a pull request yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions