nodejs-data-grid
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -25,3 +25,3 @@ "use strict"; | ||
query = this.addFilters(query, dto); | ||
const countRes = await query.clone().count(); | ||
const countRes = await query.clone().clear('select').count(); | ||
query = this.addSorters(query, dto); | ||
@@ -28,0 +28,0 @@ query = this.addPaging(query, dto); |
@@ -26,3 +26,3 @@ import { Knex } from 'knex'; | ||
query = this.addFilters(query, dto); | ||
const countRes = await query.clone().count(); | ||
const countRes = await query.clone().clear('select').count(); | ||
query = this.addSorters(query, dto); | ||
@@ -29,0 +29,0 @@ query = this.addPaging(query, dto); |
{ | ||
"name": "nodejs-data-grid", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93394