@sap/cds-compiler
Advanced tools
Comparing version 5.4.2 to 5.4.4
@@ -1205,3 +1205,5 @@ // Transform XSN (augmented CSN) into CSN | ||
const ref = node.path.map( pathItem ); | ||
if (node.path.$prefix) // auto-corrected ORDER BY refs without table alias | ||
// auto-corrected ORDER BY refs without table alias, or EXTEND … WITH COLUMN | ||
// refs to source element shadowed by alias name: | ||
if (node.path.$prefix) | ||
ref.unshift( node.path.$prefix ); | ||
@@ -1208,0 +1210,0 @@ // we would need to consider node.global here if we introduce that |
@@ -13,3 +13,3 @@ 'use strict'; | ||
applyTransformations(csn, { elements: createForeignKeysInCsn, params: createForeignKeysInCsn}, | ||
[], Object.assign(iterateOptions, { skip: ['aspect', 'event'], skipStandard: { targetAspect: true } })); | ||
[], Object.assign(iterateOptions, { skip: ['event'], skipStandard: { targetAspect: true } })); | ||
@@ -16,0 +16,0 @@ /** |
@@ -145,3 +145,3 @@ 'use strict'; | ||
// that reside in types definitions | ||
if ((def.kind === 'action' || def.kind === 'function' || def.kind === 'type') && !isExternalServiceMember(def, defName)) { | ||
if ((def.kind === 'action' || def.kind === 'function' || def.kind === 'type' || def.kind === 'aspect') && !isExternalServiceMember(def, defName)) { | ||
if (def.kind === 'type' && csnUtils.isManagedAssociation(def)) | ||
@@ -148,0 +148,0 @@ allMgdAssocDefs.push(def); |
{ | ||
"name": "@sap/cds-compiler", | ||
"version": "5.4.2", | ||
"version": "5.4.4", | ||
"description": "CDS (Core Data Services) compiler and backends", | ||
@@ -5,0 +5,0 @@ "homepage": "https://cap.cloud.sap/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5388763
110825