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.mjs CHANGED
@@ -12384,6 +12384,10 @@ var QueryExpressions = class {
12384
12384
  if (table === as) column = selectShape[col];
12385
12385
  else column = q.q.joinedShapes?.[table][col];
12386
12386
  } else column = selectShape[arg];
12387
+ q.q.batchParsers = void 0;
12388
+ q.q.transform = void 0;
12389
+ q.q.hookSelect = void 0;
12390
+ q.q.returnType = void 0;
12387
12391
  return new RefExpression(column || UnknownColumn.instance, q, arg);
12388
12392
  }
12389
12393
  val(value) {