pqb 0.73.5 → 0.73.6
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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/internal.js +2 -1
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -1
- package/dist/internal.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10256,7 +10256,8 @@ const _joinLateral = (self, type, joinQuery, as, innerJoinLateral) => {
|
|
|
10256
10256
|
}
|
|
10257
10257
|
if (!existingValue) {
|
|
10258
10258
|
const joinedAs = getQueryAs(query);
|
|
10259
|
-
|
|
10259
|
+
const parentShape = { ...query.q.selectShape };
|
|
10260
|
+
setObjectValueImmutable(joinQuery.q, "joinedShapes", joinedAs, parentShape);
|
|
10260
10261
|
}
|
|
10261
10262
|
const joinedShapeMayHaveNames = joinQuery.table && joinQuery.q.joinedShapes?.[joinQuery.table] || joinQuery.q.joinedShapes?.[joinAs];
|
|
10262
10263
|
let joinedShape;
|