@sqb/connect
Advanced tools
Comparing version 4.11.2 to 4.11.3
@@ -202,3 +202,3 @@ "use strict"; | ||
(suffix || '').toLowerCase(); | ||
const fieldAlias = tableAlias + '_' + fieldName; | ||
const fieldAlias = (tableAlias + '_' + fieldName).substring(0, 30); | ||
this._selectColumns[fieldAlias] = { | ||
@@ -205,0 +205,0 @@ field: el, |
@@ -199,3 +199,3 @@ import { And, In, Param, Select } from '@sqb/builder'; | ||
(suffix || '').toLowerCase(); | ||
const fieldAlias = tableAlias + '_' + fieldName; | ||
const fieldAlias = (tableAlias + '_' + fieldName).substring(0, 30); | ||
this._selectColumns[fieldAlias] = { | ||
@@ -202,0 +202,0 @@ field: el, |
{ | ||
"name": "@sqb/connect", | ||
"description": "Multi-dialect database connection framework written with TypeScript", | ||
"version": "4.11.2", | ||
"version": "4.11.3", | ||
"author": "Panates", | ||
@@ -44,3 +44,2 @@ "contributors": [ | ||
"putil-varhelpers": "^1.6.5", | ||
"reflect-metadata": "^0.2.1", | ||
"strict-typed-events": "^2.3.3", | ||
@@ -54,3 +53,4 @@ "ts-gems": "^3.2.1" | ||
"peerDependencies": { | ||
"@sqb/builder": "^4.11.2" | ||
"@sqb/builder": "^4.11.3", | ||
"reflect-metadata": "^0.1.14 || ^0.2.2" | ||
}, | ||
@@ -57,0 +57,0 @@ "engines": { |
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
329866
- Removedreflect-metadata@^0.2.1