Comparing version 1.1.6 to 1.1.7
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -1030,8 +1030,6 @@ 'use strict'; | ||
// limit. | ||
sql += ') AS A WHERE RowNumber > ' + offset; | ||
// where. | ||
if (where != null && where != undefined && where.length > 0) | ||
sql += " WHERE " + (where); | ||
if (where != null && where != undefined && where.length > 0) | ||
sql += " AND " + (where); | ||
// group. | ||
@@ -1041,2 +1039,5 @@ if (groupSql) | ||
// limit. | ||
sql += ') AS A WHERE RowNumber > ' + offset; | ||
return sql; | ||
@@ -1043,0 +1044,0 @@ } |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -8,3 +8,3 @@ { | ||
"copy-to": "^2.0.1", | ||
"febs": "^0.2.5", | ||
"febs": "^0.2.7", | ||
"mssql": "^4.0.4", | ||
@@ -53,3 +53,3 @@ "mysql": "^2.13.0" | ||
}, | ||
"version": "1.1.6" | ||
"version": "1.1.7" | ||
} |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ |
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
230814
3712
Updatedfebs@^0.2.7