@sqb/connect
Advanced tools
Comparing version 4.0.1-beta.38 to 4.0.1-beta.39
@@ -245,3 +245,3 @@ "use strict"; | ||
if (!columnSqls.length) | ||
return []; | ||
columnSqls.push('1'); | ||
const query = builder_1.Select(...columnSqls) | ||
@@ -248,0 +248,0 @@ .from(this.mainEntity.tableName + ' as ' + this.mainAlias); |
{ | ||
"name": "@sqb/connect", | ||
"description": "Multi-dialect database connection framework written with TypeScript", | ||
"version": "4.0.1-beta.38", | ||
"version": "4.0.1-beta.39", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
183756