sqlquerybuilder
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -30,5 +30,5 @@ var _ = require('lodash'); | ||
// Commented out because ordering from grid was not working, all tests still pass. | ||
// if (alias) | ||
// orderByInput = alias.selectProp; | ||
// else | ||
if (alias) | ||
orderByInput = alias.selectProp; | ||
else | ||
orderByInput = self._checkTableName(table) + '.' + parts[1]; | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "sqlquerybuilder", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "Highly opinionated Sql Server Query Writer, mostly for internal use.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
220345
4486
12