pqb 0.71.2 → 0.71.3

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 CHANGED
@@ -12407,6 +12407,10 @@ var QueryExpressions = class {
12407
12407
  if (table === as) column = selectShape[col];
12408
12408
  else column = q.q.joinedShapes?.[table][col];
12409
12409
  } else column = selectShape[arg];
12410
+ q.q.batchParsers = void 0;
12411
+ q.q.transform = void 0;
12412
+ q.q.hookSelect = void 0;
12413
+ q.q.returnType = void 0;
12410
12414
  return new RefExpression(column || UnknownColumn.instance, q, arg);
12411
12415
  }
12412
12416
  val(value) {