@malloydata/malloy 0.0.144-dev240419201335 → 0.0.144-dev240426181908
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3016,12 +3016,7 @@ class QueryStruct extends QueryNode {
|
|
|
3016
3016
|
getIdentifier() {
|
|
3017
3017
|
// if it is the root table, use provided alias if we have one.
|
|
3018
3018
|
if (this.fieldDef.structRelationship.type === 'basetable') {
|
|
3019
|
-
|
|
3020
|
-
return 'base';
|
|
3021
|
-
}
|
|
3022
|
-
else {
|
|
3023
|
-
return identifierNormalize(super.getIdentifier());
|
|
3024
|
-
}
|
|
3019
|
+
return 'base';
|
|
3025
3020
|
}
|
|
3026
3021
|
// if this is an inline object, include the parents alias.
|
|
3027
3022
|
if (this.fieldDef.structRelationship.type === 'inline' && this.parent) {
|