Comparing version 2.15.0 to 2.15.1
@@ -279,3 +279,4 @@ /* UNIQORM | ||
for (const x of field.requires) { | ||
const col = finder._addColumn(tableAlias, x); | ||
const f = model.getField(x); | ||
const col = finder._addColumn(tableAlias, f.fieldName); | ||
col.attrName = x; | ||
@@ -282,0 +283,0 @@ attr.cols.push(col); |
{ | ||
"name": "uniqorm", | ||
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications", | ||
"version": "2.15.0", | ||
"version": "2.15.1", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
97999
3218