Comparing version 0.0.2-alpha.4 to 0.0.2-alpha.5
{ | ||
"name": "typeorm", | ||
"private": false, | ||
"version": "0.0.2-alpha.4", | ||
"version": "0.0.2-alpha.5", | ||
"description": "Data-mapper ORM for Typescript", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -252,2 +252,4 @@ "use strict"; | ||
var ids = results.map(function (result) { return result["ids"]; }).join(", "); | ||
if (ids.length === 0) | ||
return Promise.resolve([]); | ||
var queryWithIds = _this.clone() | ||
@@ -254,0 +256,0 @@ .andWhere(mainAlias + "." + metadata_1.primaryColumn.name + " IN (" + ids + ")") |
Sorry, the diff of this file is not supported yet
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
562785
8079