@simplysm/sd-orm-common
Advanced tools
Comparing version 3.5.50 to 3.5.51
@@ -65,3 +65,3 @@ "use strict"; | ||
var db = qrs[0].db; | ||
var cqrs = qrs.map(function (item) { return new Queryable(db, item); }); | ||
var cqrs = qrs.map(function (item) { return new Queryable(db, item).wrap().clearOrderBy(); }); | ||
var entity = {}; | ||
@@ -68,0 +68,0 @@ for (var _i = 0, _a = Object.keys(cqrs[0]._entity); _i < _a.length; _i++) { |
@@ -63,3 +63,3 @@ "use strict"; | ||
const db = qrs[0].db; | ||
const cqrs = qrs.map(item => new Queryable(db, item)); | ||
const cqrs = qrs.map(item => new Queryable(db, item).wrap().clearOrderBy()); | ||
const entity = {}; | ||
@@ -66,0 +66,0 @@ for (const entityKey of Object.keys(cqrs[0]._entity)) { |
{ | ||
"name": "@simplysm/sd-orm-common", | ||
"version": "3.5.50", | ||
"version": "3.5.51", | ||
"description": "심플리즘 패키지 - ORM 모듈 (browser/node)", | ||
@@ -13,4 +13,4 @@ "author": "김석래", | ||
"dependencies": { | ||
"@simplysm/sd-core-common": "3.5.50" | ||
"@simplysm/sd-core-common": "3.5.51" | ||
} | ||
} |
@@ -113,3 +113,3 @@ import { DbContext } from "./DbContext"; | ||
const db = qrs[0].db; | ||
const cqrs = qrs.map(item => new Queryable(db, item)); | ||
const cqrs = qrs.map(item => new Queryable(db, item).wrap().clearOrderBy()); | ||
@@ -116,0 +116,0 @@ // Init entity |
Sorry, the diff of this file is not supported yet
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
649898
+ Added@simplysm/sd-core-common@3.5.51(transitive)
- Removed@simplysm/sd-core-common@3.5.50(transitive)