js-data-sql icon indicating copy to clipboard operation
js-data-sql copied to clipboard

DSSqlAdapter.filterQuery failure

Open peteut opened this issue 9 years ago • 0 comments

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 ├─┬ [email protected]. npm list | grep js-data yields

├── [email protected]
├─┬ [email protected] (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.

peteut avatar Sep 30 '16 14:09 peteut